Src/IndirectPythonInterface.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- pycxx-6.2.0.orig/Src/IndirectPythonInterface.cxx
+++ pycxx-6.2.0/Src/IndirectPythonInterface.cxx
@@ -37,7 +37,7 @@
#include "CXX/WrapPython.h"
#if PY_MAJOR_VERSION == 2
-#include "Src/Python2/IndirectPythonInterface.cxx"
+#include "Python2/IndirectPythonInterface.cxx"
#else
-#include "Src/Python3/IndirectPythonInterface.cxx"
+#include "Python3/IndirectPythonInterface.cxx"
#endif