diff options
Diffstat (limited to 'py_eval.h')
-rw-r--r-- | py_eval.h | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -2,12 +2,15 @@ #define _PY_EVAL_H #include "xpath.h" -#include "pyfstream.h" - -#include <string> -#include <iostream> #include <boost/python.hpp> +#include <boost/python/detail/api_placeholder.hpp> +#include <boost/python/exception_translator.hpp> +#include <boost/python/suite/indexing/map_indexing_suite.hpp> + +#include <Python.h> + +#include "pyfstream.h" using namespace boost::python; |