From e42d36cde38a02f8365a617c72c341b907018f80 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 13 Feb 2008 19:00:26 +0000 Subject: [PATCH] include Python.h before all other header files --- lib/python/python.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/python.h b/lib/python/python.h index f5f793f..76f6aa8 100644 --- a/lib/python/python.h +++ b/lib/python/python.h @@ -4,9 +4,9 @@ #define __lib_python_python_class_h #endif +#include #include #include -#include #if !defined(SKIP_PART1) && !defined(SWIG) class ePyObject -- 2.7.4