summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch2/Server.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-11-25 13:28:03 +0000
committerMarc Laukien <marc@zeroc.com>2004-11-25 13:28:03 +0000
commit15e0d09c48668f4674cc86990c18f6e34277b62d (patch)
treeefbbd470c1424d75595f6a79c9b84a1a2c3b1bd3 /cpp/src/IcePatch2/Server.cpp
parentChanged IceUtil::GCShared to derive from IceUtil::Shared. (diff)
downloadice-15e0d09c48668f4674cc86990c18f6e34277b62d.tar.bz2
ice-15e0d09c48668f4674cc86990c18f6e34277b62d.tar.xz
ice-15e0d09c48668f4674cc86990c18f6e34277b62d.zip
.dsp files for IcePatch2
Diffstat (limited to 'cpp/src/IcePatch2/Server.cpp')
-rw-r--r--cpp/src/IcePatch2/Server.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/IcePatch2/Server.cpp b/cpp/src/IcePatch2/Server.cpp
index 49f40899343..8590dcca685 100644
--- a/cpp/src/IcePatch2/Server.cpp
+++ b/cpp/src/IcePatch2/Server.cpp
@@ -11,6 +11,10 @@
#include <IcePatch2/FileServerI.h>
#include <IcePatch2/Util.h>
+#ifdef _WIN32
+# include <direct.h>
+#endif
+
using namespace std;
using namespace Ice;
using namespace IcePatch2;