diff options
author | Marc Laukien <marc@zeroc.com> | 2004-11-25 13:28:03 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-11-25 13:28:03 +0000 |
commit | 15e0d09c48668f4674cc86990c18f6e34277b62d (patch) | |
tree | efbbd470c1424d75595f6a79c9b84a1a2c3b1bd3 /cpp/src/IcePatch2/Server.cpp | |
parent | Changed IceUtil::GCShared to derive from IceUtil::Shared. (diff) | |
download | ice-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.cpp | 4 |
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; |