summaryrefslogtreecommitdiff
path: root/src/pyutils.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-11 07:24:35 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:45 -0400
commit7006be5ba17ae0b73870ff8cd1d10fb1089936b1 (patch)
treea0135f56179bf98ccbea010ad1b0e8b4a01130e7 /src/pyutils.h
parentc59d56d596b1cbcbf871634e186ab5c92843bd83 (diff)
downloadfork-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.h2
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
{