diff options
Diffstat (limited to 'py/modules/IcePy/ObjectAdapter.cpp')
-rw-r--r-- | py/modules/IcePy/ObjectAdapter.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/py/modules/IcePy/ObjectAdapter.cpp b/py/modules/IcePy/ObjectAdapter.cpp index b1c351cc3b7..4c5477d7919 100644 --- a/py/modules/IcePy/ObjectAdapter.cpp +++ b/py/modules/IcePy/ObjectAdapter.cpp @@ -7,7 +7,9 @@ // // ********************************************************************** -#include <IceUtil/Config.h> +#ifdef _WIN32 +# include <IceUtil/Config.h> +#endif #include <ObjectAdapter.h> #include <Communicator.h> #include <Current.h> |