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