diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-10 14:20:00 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-10 14:20:00 -0500 |
commit | a345f9edb76ec584b500719ce221c20a81e7276d (patch) | |
tree | b183063439d1835512e8589774f887dd464d404e /src/system.hh.in | |
parent | 91e8378f04d33137f8e6281928ae70af12be3b2b (diff) | |
download | fork-ledger-a345f9edb76ec584b500719ce221c20a81e7276d.tar.gz fork-ledger-a345f9edb76ec584b500719ce221c20a81e7276d.tar.bz2 fork-ledger-a345f9edb76ec584b500719ce221c20a81e7276d.zip |
Python Unicode objects are now handled
Diffstat (limited to 'src/system.hh.in')
-rw-r--r-- | src/system.hh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/system.hh.in b/src/system.hh.in index 12f257eb..abb823dc 100644 --- a/src/system.hh.in +++ b/src/system.hh.in @@ -246,6 +246,7 @@ void serialize(Archive& ar, istream_pos_type& pos, const unsigned int) #include <boost/python/detail/wrap_python.hpp> #include <datetime.h> +#include <unicodeobject.h> #include <boost/python/module_init.hpp> |