summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/ObjectRegistryI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePack/ObjectRegistryI.h')
-rw-r--r--cpp/src/IcePack/ObjectRegistryI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/IcePack/ObjectRegistryI.h b/cpp/src/IcePack/ObjectRegistryI.h
index 0553073e1a4..fd73eb78818 100644
--- a/cpp/src/IcePack/ObjectRegistryI.h
+++ b/cpp/src/IcePack/ObjectRegistryI.h
@@ -18,6 +18,7 @@
#include <IcePack/Internal.h>
#include <IcePack/IdentityObjectDescDict.h>
#include <IcePack/StringObjectProxySeqDict.h>
+#include <Freeze/ConnectionF.h>
namespace IcePack
{
@@ -46,6 +47,7 @@ public:
private:
+ Freeze::ConnectionPtr _connection;
IdentityObjectDescDict _objects;
StringObjectProxySeqDict _types;
TraceLevelsPtr _traceLevels;