summaryrefslogtreecommitdiff
path: root/cpp/test/client/client_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/client/client_test.cpp')
-rw-r--r--cpp/test/client/client_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/client/client_test.cpp b/cpp/test/client/client_test.cpp
index f9eca39bfe..18b162ec8a 100644
--- a/cpp/test/client/client_test.cpp
+++ b/cpp/test/client/client_test.cpp
@@ -30,6 +30,7 @@
using namespace qpid::client;
using namespace qpid::sys;
+using std::string;
class SimpleListener : public virtual MessageListener{
Monitor* monitor;