blob: 4ea39b05e16851bb289d39abcea7212637f45aad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- cpp/ImportExportFilter/ObjImport/PyObjImport.cpp.orig 2009-06-22 04:58:54.000000000 +0900
+++ cpp/ImportExportFilter/ObjImport/PyObjImport.cpp 2012-03-06 23:06:16.000000000 +0900
@@ -8,6 +8,8 @@
#ifndef PYOBJIMPORT_CPP__
#define PYOBJIMPORT_CPP__
+#include <Python.h>
+
#include <string>
#include <boost/python.hpp>
|