summaryrefslogtreecommitdiff
path: root/src/pyinterp.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-01 04:36:49 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:35 -0400
commite92bcf411d2e9a55969303ba3893a017152d7c18 (patch)
treee7b52d09751de39c86ede91f88a2fcf24facfb27 /src/pyinterp.cc
parent50a9caf302936ba6f61bbe05b4718f199d0d584c (diff)
downloadledger-e92bcf411d2e9a55969303ba3893a017152d7c18.tar.gz
ledger-e92bcf411d2e9a55969303ba3893a017152d7c18.tar.bz2
ledger-e92bcf411d2e9a55969303ba3893a017152d7c18.zip
Started using boost::optional<T>.
Diffstat (limited to 'src/pyinterp.cc')
-rw-r--r--src/pyinterp.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pyinterp.cc b/src/pyinterp.cc
index 21363450..0ab25cc3 100644
--- a/src/pyinterp.cc
+++ b/src/pyinterp.cc
@@ -4,6 +4,8 @@
namespace ledger {
+using namespace boost::python;
+
struct python_run
{
object result;