diff options
Diffstat (limited to 'py/modules/IcePy/ObjectFactory.h')
-rw-r--r-- | py/modules/IcePy/ObjectFactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/modules/IcePy/ObjectFactory.h b/py/modules/IcePy/ObjectFactory.h index d44fd5f4a07..7052e38b0b4 100644 --- a/py/modules/IcePy/ObjectFactory.h +++ b/py/modules/IcePy/ObjectFactory.h @@ -10,7 +10,7 @@ #ifndef ICEPY_OBJECT_FACTORY_H #define ICEPY_OBJECT_FACTORY_H -#include <Python.h> +#include <Config.h> #include <Ice/ObjectF.h> #include <Ice/ObjectFactory.h> #include <IceUtil/Mutex.h> |