summaryrefslogtreecommitdiff
path: root/src/system.hh
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-08 21:14:26 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-08 21:14:26 -0400
commit63dffb843ba26ef6a8ea7552abefe0e1f749359c (patch)
tree54859a4128c2cd9d5cc3e132dd985d8039fc7176 /src/system.hh
parent7eb4a7eece8b516f7a34b90dfdffc630947dca96 (diff)
downloadfork-ledger-63dffb843ba26ef6a8ea7552abefe0e1f749359c.tar.gz
fork-ledger-63dffb843ba26ef6a8ea7552abefe0e1f749359c.tar.bz2
fork-ledger-63dffb843ba26ef6a8ea7552abefe0e1f749359c.zip
Include Boost's wrap_python.hpp, instead of Python.h.
Diffstat (limited to 'src/system.hh')
-rw-r--r--src/system.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system.hh b/src/system.hh
index fdec99fe..ff2caf56 100644
--- a/src/system.hh
+++ b/src/system.hh
@@ -173,7 +173,7 @@ typedef std::ostream::pos_type ostream_pos_type;
#include <boost/python.hpp>
-#include <Python.h>
+#include <boost/python/detail/wrap_python.hpp>
#include <datetime.h>
#include <boost/python/exception_translator.hpp>