summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePatch/Client.cpp')
-rw-r--r--cpp/src/IcePatch/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch/Client.cpp b/cpp/src/IcePatch/Client.cpp
index ccae39ef90d..b956aa2430b 100644
--- a/cpp/src/IcePatch/Client.cpp
+++ b/cpp/src/IcePatch/Client.cpp
@@ -9,7 +9,6 @@
// **********************************************************************
#include <Ice/Application.h>
-#include <Glacier/Glacier.h>
#include <IcePatch/FileDescFactory.h>
#include <IcePatch/Util.h>
#include <Glacier/Glacier.h>
@@ -406,6 +405,7 @@ int
main(int argc, char* argv[])
{
addArgumentPrefix("IcePatch");
+ addArgumentPrefix("Glacier");
Client app;
return app.main(argc, argv);
}