diff options
author | Andrew Stitcher <astitcher@apache.org> | 2013-01-04 05:14:33 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2013-01-04 05:14:33 +0000 |
commit | d49689fb2761ba7bc5bfae03ea35811a55f2cadc (patch) | |
tree | c288f2cbe80e06387f963e593415eb9f7bff6ff2 /qpid/cpp/src/tests/test_store.cpp | |
parent | 0245fea288acf0f0dac4a6174be1d9422f34168c (diff) | |
download | qpid-python-d49689fb2761ba7bc5bfae03ea35811a55f2cadc.tar.gz |
NO-JIRA: slim down some header file inclusions
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1428722 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/test_store.cpp')
-rw-r--r-- | qpid/cpp/src/tests/test_store.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/test_store.cpp b/qpid/cpp/src/tests/test_store.cpp index 83f6a5e4b1..eac4deda2d 100644 --- a/qpid/cpp/src/tests/test_store.cpp +++ b/qpid/cpp/src/tests/test_store.cpp @@ -37,6 +37,7 @@ #include "qpid/broker/amqp_0_10/MessageTransfer.h" #include "qpid/framing/AMQFrame.h" #include "qpid/log/Statement.h" +#include "qpid/sys/Thread.h" #include "qpid/Plugin.h" #include "qpid/Options.h" #include <boost/cast.hpp> |