diff options
Diffstat (limited to 'py/modules/IcePy/ObjectFactory.cpp')
-rw-r--r-- | py/modules/IcePy/ObjectFactory.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/py/modules/IcePy/ObjectFactory.cpp b/py/modules/IcePy/ObjectFactory.cpp index 62b71109139..280ab854f73 100644 --- a/py/modules/IcePy/ObjectFactory.cpp +++ b/py/modules/IcePy/ObjectFactory.cpp @@ -7,7 +7,9 @@ // // ********************************************************************** -#include <IceUtil/Config.h> +#ifdef _WIN32 +# include <IceUtil/Config.h> +#endif #include <ObjectFactory.h> #include <Types.h> #include <Util.h> |