summaryrefslogtreecommitdiff
path: root/cppe/demo/IceE/chat/PingThread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/demo/IceE/chat/PingThread.cpp')
-rw-r--r--cppe/demo/IceE/chat/PingThread.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cppe/demo/IceE/chat/PingThread.cpp b/cppe/demo/IceE/chat/PingThread.cpp
index 4cf37a6f82e..1a1cb1d0ea4 100644
--- a/cppe/demo/IceE/chat/PingThread.cpp
+++ b/cppe/demo/IceE/chat/PingThread.cpp
@@ -9,6 +9,8 @@
#include <PingThread.h>
+using namespace std;
+
SessionPingThread::SessionPingThread(const Glacier2::SessionPrx& session) :
_session(session),
_timeout(IceUtil::Time::seconds(20)),