summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch/Client.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-04-17 21:46:38 +0000
committerMarc Laukien <marc@zeroc.com>2002-04-17 21:46:38 +0000
commitbbdd427830cac2daa2882f0726c31e4c7886b7ad (patch)
treed465eb403ed0b4d8ea5849e3107dce2840b899c5 /cpp/src/IcePatch/Client.cpp
parentAdded passphrase retry capability. (diff)
downloadice-bbdd427830cac2daa2882f0726c31e4c7886b7ad.tar.bz2
ice-bbdd427830cac2daa2882f0726c31e4c7886b7ad.tar.xz
ice-bbdd427830cac2daa2882f0726c31e4c7886b7ad.zip
win fixes
Diffstat (limited to 'cpp/src/IcePatch/Client.cpp')
-rw-r--r--cpp/src/IcePatch/Client.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/IcePatch/Client.cpp b/cpp/src/IcePatch/Client.cpp
index e75fdf1cfff..3fb8b6d4d5f 100644
--- a/cpp/src/IcePatch/Client.cpp
+++ b/cpp/src/IcePatch/Client.cpp
@@ -17,6 +17,9 @@
#include <Ice/System.h>
#include <Ice/SslExtension.h>
#include <iomanip>
+#ifdef _WIN32
+# include <direct.h>
+#endif
using namespace std;
using namespace Ice;