summaryrefslogtreecommitdiff
path: root/cpp/test/client/echo_service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/client/echo_service.cpp')
-rw-r--r--cpp/test/client/echo_service.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/client/echo_service.cpp b/cpp/test/client/echo_service.cpp
index 9d10610c83..f0aa49fd4b 100644
--- a/cpp/test/client/echo_service.cpp
+++ b/cpp/test/client/echo_service.cpp
@@ -30,6 +30,7 @@
using namespace qpid::client;
using namespace qpid::sys;
+using std::string;
class EchoServer : public MessageListener{
Channel* const channel;