diff options
author | Jose <jose@zeroc.com> | 2015-12-16 13:35:46 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-12-16 13:35:46 +0100 |
commit | b7fd9dbe7ab341c95254ddba98b93c8265ac985a (patch) | |
tree | 98992d7af79bc60366c5b98c0947bc41455433a2 /cpp/src/IceGrid/Topics.h | |
parent | Avoid forward declarations with IceGridLib (diff) | |
download | ice-b7fd9dbe7ab341c95254ddba98b93c8265ac985a.tar.bz2 ice-b7fd9dbe7ab341c95254ddba98b93c8265ac985a.tar.xz ice-b7fd9dbe7ab341c95254ddba98b93c8265ac985a.zip |
IceGridLib build fixes
Diffstat (limited to 'cpp/src/IceGrid/Topics.h')
-rw-r--r-- | cpp/src/IceGrid/Topics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Topics.h b/cpp/src/IceGrid/Topics.h index e9f7e2775e0..30c6e2652c0 100644 --- a/cpp/src/IceGrid/Topics.h +++ b/cpp/src/IceGrid/Topics.h @@ -13,7 +13,7 @@ #include <IceUtil/Mutex.h> #include <IceStorm/IceStorm.h> #include <IceGrid/Internal.h> -#include <IceGrid/Observer.h> +#include <IceGrid/Registry.h> #include <set> namespace IceGrid |