diff options
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; |