diff options
Diffstat (limited to 'parser.cc')
-rw-r--r-- | parser.cc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,6 @@ #include "parser.h" +#if 0 #ifdef USE_BOOST_PYTHON #include <boost/python.hpp> @@ -47,3 +48,4 @@ void export_parser() { } #endif // USE_BOOST_PYTHON +#endif |