diff options
author | Matthew Newhook <matthew@zeroc.com> | 2006-09-12 09:05:46 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2006-09-12 09:05:46 +0000 |
commit | 2d7c098a79cc3701ce7ed00b314f68d2bc2ba41a (patch) | |
tree | aa3ae8612129fc819c1b8144be6dd189dc822b34 /cpp/src/IceStorm/Subscriber.h | |
parent | Fixes (diff) | |
download | ice-2d7c098a79cc3701ce7ed00b314f68d2bc2ba41a.tar.bz2 ice-2d7c098a79cc3701ce7ed00b314f68d2bc2ba41a.tar.xz ice-2d7c098a79cc3701ce7ed00b314f68d2bc2ba41a.zip |
Fixes for windows for IceStormPerSubscriberPublisher
Diffstat (limited to 'cpp/src/IceStorm/Subscriber.h')
-rw-r--r-- | cpp/src/IceStorm/Subscriber.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceStorm/Subscriber.h b/cpp/src/IceStorm/Subscriber.h index da4c78bfcf1..510a43752dd 100644 --- a/cpp/src/IceStorm/Subscriber.h +++ b/cpp/src/IceStorm/Subscriber.h @@ -12,6 +12,7 @@ #include <IceUtil/Handle.h> #include <IceUtil/Shared.h> +#include <IceUtil/Mutex.h> #include <Ice/CommunicatorF.h> #include <Ice/Identity.h> |