summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/QueueTest.cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2012-12-21 17:04:33 +0000
committerAndrew Stitcher <astitcher@apache.org>2012-12-21 17:04:33 +0000
commit2079387cbd734d013c2c6a2ae515b0430a5d512e (patch)
treefe620c22c1e6c22cde2df43ca5edaf4f440c641e /qpid/cpp/src/tests/QueueTest.cpp
parentaf21f1bdc2a944eb3b6993f159e8e3ff8bca1629 (diff)
downloadqpid-python-2079387cbd734d013c2c6a2ae515b0430a5d512e.tar.gz
NO-JIRA: Removed Timer.h out of the chain of header files included by Broker.h
(since that is widely included) to avoid unnecessary recompilation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1425037 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/QueueTest.cpp')
-rw-r--r--qpid/cpp/src/tests/QueueTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/QueueTest.cpp b/qpid/cpp/src/tests/QueueTest.cpp
index 3dfe3863f4..1177bf7119 100644
--- a/qpid/cpp/src/tests/QueueTest.cpp
+++ b/qpid/cpp/src/tests/QueueTest.cpp
@@ -40,6 +40,7 @@
#include "qpid/framing/reply_exceptions.h"
#include "qpid/broker/QueueFlowLimit.h"
#include "qpid/broker/QueueSettings.h"
+#include "qpid/sys/Timer.h"
#include <iostream>
#include <vector>