summaryrefslogtreecommitdiff
path: root/py/modules/IcePy/Current.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'py/modules/IcePy/Current.cpp')
-rw-r--r--py/modules/IcePy/Current.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/py/modules/IcePy/Current.cpp b/py/modules/IcePy/Current.cpp
index 4b3392a811a..0432e4e2215 100644
--- a/py/modules/IcePy/Current.cpp
+++ b/py/modules/IcePy/Current.cpp
@@ -7,7 +7,9 @@
//
// **********************************************************************
-#include <IceUtil/Config.h>
+#ifdef _WIN32
+# include <IceUtil/Config.h>
+#endif
#include <Current.h>
#include <structmember.h>
#include <ObjectAdapter.h>