diff options
| author | Alan Conway <aconway@apache.org> | 2009-05-04 17:22:33 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-05-04 17:22:33 +0000 |
| commit | 2f1c3e9abdedbc87fb6f281b73665fe05046b413 (patch) | |
| tree | 709a150dcd15535b9c4eb59743ee30c095926035 /qpid/cpp/src/tests/txtest.cpp | |
| parent | bf192fdd0ca82d2ec4104cda520580b0b317cf0f (diff) | |
| download | qpid-python-2f1c3e9abdedbc87fb6f281b73665fe05046b413.tar.gz | |
Applied PIMPL pattern to SubscriptionManager.
Cleaned up some sloppy #includes.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@771366 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/txtest.cpp')
| -rw-r--r-- | qpid/cpp/src/tests/txtest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/txtest.cpp b/qpid/cpp/src/tests/txtest.cpp index fb1d19ca8a..c1ee246e2c 100644 --- a/qpid/cpp/src/tests/txtest.cpp +++ b/qpid/cpp/src/tests/txtest.cpp @@ -34,6 +34,7 @@ #include "qpid/framing/Array.h" #include "qpid/framing/Buffer.h" #include "qpid/sys/uuid.h" +#include "qpid/sys/Thread.h" using namespace qpid; using namespace qpid::client; |
