diff options
author | John Wiegley <johnw@newartisans.com> | 2012-03-01 05:50:07 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-03-01 05:50:07 -0600 |
commit | 9ec9cdf41e5176f7fcf06da5f75593d9ba3d4028 (patch) | |
tree | f9536d691ef7c5abea82349a0b58a5f5e3cf8e33 /src/system.hh.in | |
parent | 944e580825f0d9ce060b6dcdffe8990b6c2cca20 (diff) | |
download | fork-ledger-9ec9cdf41e5176f7fcf06da5f75593d9ba3d4028.tar.gz fork-ledger-9ec9cdf41e5176f7fcf06da5f75593d9ba3d4028.tar.bz2 fork-ledger-9ec9cdf41e5176f7fcf06da5f75593d9ba3d4028.zip |
Started writing Python unit tests
Diffstat (limited to 'src/system.hh.in')
-rw-r--r-- | src/system.hh.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/system.hh.in b/src/system.hh.in index e14166b2..3aa60f71 100644 --- a/src/system.hh.in +++ b/src/system.hh.in @@ -257,4 +257,6 @@ void serialize(Archive& ar, istream_pos_type& pos, const unsigned int) #include <boost/python/module_init.hpp> #include <boost/python/suite/indexing/vector_indexing_suite.hpp> +#include <boost/iterator/indirect_iterator.hpp> + #endif // HAVE_BOOST_PYTHON |