diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-11 07:24:35 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:45 -0400 |
commit | 7006be5ba17ae0b73870ff8cd1d10fb1089936b1 (patch) | |
tree | a0135f56179bf98ccbea010ad1b0e8b4a01130e7 /src/pyutils.h | |
parent | c59d56d596b1cbcbf871634e186ab5c92843bd83 (diff) | |
download | fork-ledger-7006be5ba17ae0b73870ff8cd1d10fb1089936b1.tar.gz fork-ledger-7006be5ba17ae0b73870ff8cd1d10fb1089936b1.tar.bz2 fork-ledger-7006be5ba17ae0b73870ff8cd1d10fb1089936b1.zip |
Corrected Python build.
Diffstat (limited to 'src/pyutils.h')
-rw-r--r-- | src/pyutils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pyutils.h b/src/pyutils.h index 0c309650..216af8b7 100644 --- a/src/pyutils.h +++ b/src/pyutils.h @@ -32,6 +32,8 @@ #ifndef _PY_UTILS_H #define _PY_UTILS_H +#include "pyfstream.h" + template <typename T, typename TfromPy> struct object_from_python { |