summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Instance.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2015-08-12 10:35:04 +0200
committerBenoit Foucher <benoit@zeroc.com>2015-08-12 10:35:04 +0200
commit1e5843ba8400c617997e81735a9f84ac2e12bb0a (patch)
treeac82b96476e9c161d5a2b91bfc14ec8224d823ec /cpp/src/Ice/Instance.cpp
parentICE-6163 - Improve error handling in test scripts (diff)
downloadice-1e5843ba8400c617997e81735a9f84ac2e12bb0a.tar.bz2
ice-1e5843ba8400c617997e81735a9f84ac2e12bb0a.tar.xz
ice-1e5843ba8400c617997e81735a9f84ac2e12bb0a.zip
Fixed ICE-6671 - Added registration functions to explicitly register Ice plugins
Diffstat (limited to 'cpp/src/Ice/Instance.cpp')
-rw-r--r--cpp/src/Ice/Instance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Instance.cpp b/cpp/src/Ice/Instance.cpp
index 72455275be9..4b3590c01de 100644
--- a/cpp/src/Ice/Instance.cpp
+++ b/cpp/src/Ice/Instance.cpp
@@ -40,7 +40,7 @@
#include <Ice/InstrumentationI.h>
#include <Ice/ProtocolInstance.h>
#include <Ice/LoggerAdminI.h>
-#include <Ice/RegisterPlugins.h>
+#include <Ice/RegisterPluginsInit.h>
#include <Ice/ObserverHelper.h>
#include <IceUtil/StringUtil.h>