summaryrefslogtreecommitdiff
path: root/src/pyutils.h
diff options
context:
space:
mode:
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
{