diff options
Diffstat (limited to 'cppe/demo/IceE/chat/PingThread.h')
-rw-r--r-- | cppe/demo/IceE/chat/PingThread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cppe/demo/IceE/chat/PingThread.h b/cppe/demo/IceE/chat/PingThread.h index a21ab2a6b04..0f147a10f40 100644 --- a/cppe/demo/IceE/chat/PingThread.h +++ b/cppe/demo/IceE/chat/PingThread.h @@ -11,6 +11,7 @@ #define CHAT_PING_THREAD_H #include <IceE/Thread.h> +#include <IceE/Monitor.h> #include <Router.h> class SessionPingThread : public IceUtil::Thread, public IceUtil::Monitor<IceUtil::Mutex> |