diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-01-16 16:27:55 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-01-16 16:27:55 +0000 |
commit | 498f51b8f1bab7e14eed16c3f68e5b6a0c1b0466 (patch) | |
tree | 0b6ae20be1b3598e51e08dfff6ed06ace7c294cf /cpp/src/IceGrid/Topics.h | |
parent | update installshield project (diff) | |
download | ice-498f51b8f1bab7e14eed16c3f68e5b6a0c1b0466.tar.bz2 ice-498f51b8f1bab7e14eed16c3f68e5b6a0c1b0466.tar.xz ice-498f51b8f1bab7e14eed16c3f68e5b6a0c1b0466.zip |
Refactored GC
Diffstat (limited to 'cpp/src/IceGrid/Topics.h')
-rw-r--r-- | cpp/src/IceGrid/Topics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/Topics.h b/cpp/src/IceGrid/Topics.h index 5584323e8ff..be4657c5ed7 100644 --- a/cpp/src/IceGrid/Topics.h +++ b/cpp/src/IceGrid/Topics.h @@ -17,6 +17,7 @@ #include <IceGrid/StringApplicationInfoDict.h> #include <IceGrid/StringAdapterInfoDict.h> #include <IceGrid/IdentityObjectInfoDict.h> +#include <set> namespace IceGrid { |