diff options
Diffstat (limited to 'cpp/src/IcePatch2/Server.cpp')
-rw-r--r-- | cpp/src/IcePatch2/Server.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cpp/src/IcePatch2/Server.cpp b/cpp/src/IcePatch2/Server.cpp index e2ff5a61a6b..89f2f0454ef 100644 --- a/cpp/src/IcePatch2/Server.cpp +++ b/cpp/src/IcePatch2/Server.cpp @@ -10,13 +10,15 @@ #include <IceUtil/Options.h> #include <IceUtil/StringUtil.h> #include <IceUtil/FileUtil.h> +#include <IceUtil/DisableWarnings.h> #include <Ice/Service.h> #include <IcePatch2/FileServerI.h> -#include <IcePatch2/Util.h> +#include <IcePatch2Lib/Util.h> using namespace std; using namespace Ice; using namespace IcePatch2; +using namespace IcePatch2Internal; namespace IcePatch2 { @@ -96,7 +98,7 @@ IcePatch2::PatcherService::start(int argc, char* argv[], int& status) return false; } - FileInfoSeq infoSeq; + LargeFileInfoSeq infoSeq; try { |