summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Activator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/Activator.cpp')
-rw-r--r--cpp/src/IceGrid/Activator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/Activator.cpp b/cpp/src/IceGrid/Activator.cpp
index c1356f98c91..a7969d6fad9 100644
--- a/cpp/src/IceGrid/Activator.cpp
+++ b/cpp/src/IceGrid/Activator.cpp
@@ -18,7 +18,7 @@
#include <IceGrid/Util.h>
#include <IceGrid/ServerI.h>
-#include <IcePatch2/Util.h>
+#include <IcePatch2Lib/Util.h>
#include <sys/types.h>
#include <sys/stat.h>
@@ -365,7 +365,7 @@ Activator::activate(const string& name,
throw string("The server executable path is empty.");
}
- string pwd = IcePatch2::simplify(pwdPath);
+ string pwd = IcePatch2Internal::simplify(pwdPath);
#ifdef _WIN32
if(!IceUtilInternal::isAbsolutePath(path))
{