diff options
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/python.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/python.h b/lib/python/python.h index f5f793ff..76f6aa88 100644 --- a/lib/python/python.h +++ b/lib/python/python.h @@ -4,9 +4,9 @@ #define __lib_python_python_class_h #endif +#include <Python.h> #include <string> #include <lib/base/object.h> -#include <Python.h> #if !defined(SKIP_PART1) && !defined(SWIG) class ePyObject |
