Browse Source

parser-inc: fix missing include to pick up PyObject

Closes #723
Paul m. p. P 6 years ago
parent
commit
a667a303bd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dtool/src/parser-inc/iostream

+ 1 - 0
dtool/src/parser-inc/iostream

@@ -23,6 +23,7 @@
 #include <ios>
 #include <ios>
 #include <streambuf>
 #include <streambuf>
 #include <ostream>
 #include <ostream>
+#include <Python.h>
 
 
 // We don't care (much) about the actual definition of the various
 // We don't care (much) about the actual definition of the various
 // iostream classes, but we do need to know the classnames that are
 // iostream classes, but we do need to know the classnames that are