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/demo/Ice/async/Consumer.cpp | |
parent | update installshield project (diff) | |
download | ice-498f51b8f1bab7e14eed16c3f68e5b6a0c1b0466.tar.bz2 ice-498f51b8f1bab7e14eed16c3f68e5b6a0c1b0466.tar.xz ice-498f51b8f1bab7e14eed16c3f68e5b6a0c1b0466.zip |
Refactored GC
Diffstat (limited to 'cpp/demo/Ice/async/Consumer.cpp')
-rw-r--r-- | cpp/demo/Ice/async/Consumer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/demo/Ice/async/Consumer.cpp b/cpp/demo/Ice/async/Consumer.cpp index d3dcf32c577..0de49d933f7 100644 --- a/cpp/demo/Ice/async/Consumer.cpp +++ b/cpp/demo/Ice/async/Consumer.cpp @@ -10,6 +10,7 @@ #include <Ice/Application.h> #include <IceUtil/UUID.h> #include <Queue.h> +#include <set> using namespace std; using namespace Demo; |