parser-inc: fix missing include to pick up PyObject

Closes #723
This commit is contained in:
Paul m. p. P 2019-09-03 12:54:30 +02:00 committed by rdb
parent 9415ca811d
commit a667a303bd

View File

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