diff options
Diffstat (limited to 'pyinterp.h')
-rw-r--r-- | pyinterp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ #ifndef _PYINTERP_H #define _PYINTERP_H -#include "xpath.h" +#include "valexpr.h" #include <boost/python.hpp> #include <Python.h> |