diff options
Diffstat (limited to 'cpp/src/Ice/Application.cpp')
-rw-r--r-- | cpp/src/Ice/Application.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/Application.cpp b/cpp/src/Ice/Application.cpp index 5bf86ba46a2..c28bfac02f1 100644 --- a/cpp/src/Ice/Application.cpp +++ b/cpp/src/Ice/Application.cpp @@ -18,6 +18,7 @@ using namespace std; using namespace Ice; using namespace IceUtil; +using namespace IceUtilInternal; // // _mutex and _condVar are used to synchronize the main thread and |