summaryrefslogtreecommitdiff
path: root/qpid/cpp/test/client/echo_service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/test/client/echo_service.cpp')
-rw-r--r--qpid/cpp/test/client/echo_service.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/test/client/echo_service.cpp b/qpid/cpp/test/client/echo_service.cpp
index 9d10610c83..f0aa49fd4b 100644
--- a/qpid/cpp/test/client/echo_service.cpp
+++ b/qpid/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;