summaryrefslogtreecommitdiff
path: root/cpp/src/tests/echotest.cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2010-04-14 14:40:08 +0000
committerGordon Sim <gsim@apache.org>2010-04-14 14:40:08 +0000
commitc1acd026bfb957063a06a5f8b89fef9f002d9ba4 (patch)
treea44ee60281f8e50d3f5bd332033ffd1fa3b2bd74 /cpp/src/tests/echotest.cpp
parent5c77452fe530c78608b115400949a66aaaf7c9a3 (diff)
downloadqpid-python-c1acd026bfb957063a06a5f8b89fef9f002d9ba4.tar.gz
Tidy up unnecessary includes in ConnectionSettings and fix consequences
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@933971 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/echotest.cpp')
-rw-r--r--cpp/src/tests/echotest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/echotest.cpp b/cpp/src/tests/echotest.cpp
index ab26dcf3fd..dcb1869e4d 100644
--- a/cpp/src/tests/echotest.cpp
+++ b/cpp/src/tests/echotest.cpp
@@ -25,6 +25,7 @@
#include <qpid/client/Message.h>
#include <qpid/client/MessageListener.h>
#include <qpid/sys/Time.h>
+#include <qpid/Options.h>
#include <iostream>