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/Client.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/Client.cpp')
-rw-r--r-- | cpp/src/IcePatch2/Client.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/IcePatch2/Client.cpp b/cpp/src/IcePatch2/Client.cpp index 7b1de496c3b..c9007287fc6 100644 --- a/cpp/src/IcePatch2/Client.cpp +++ b/cpp/src/IcePatch2/Client.cpp @@ -12,6 +12,10 @@ #include <IcePatch2/Util.h> #include <fstream> +#ifdef _WIN32 +# include <direct.h> +#endif + using namespace std; using namespace Ice; using namespace IcePatch2; |