diff options
author | Alan Conway <aconway@apache.org> | 2007-08-17 19:04:14 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-08-17 19:04:14 +0000 |
commit | f8c0b73b740f16dabdb478ed384f614291551eab (patch) | |
tree | 4d45099957cc4dbee459472546f4fb40f6e97df9 /qpid/cpp/src/tests/Cluster.cpp | |
parent | e3c9bc4d74b78f08d18f5a220d1d1150bf8c9645 (diff) | |
download | qpid-python-f8c0b73b740f16dabdb478ed384f614291551eab.tar.gz |
Fix cluster code for heap reuduction commit.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@567109 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Cluster.cpp')
-rw-r--r-- | qpid/cpp/src/tests/Cluster.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/Cluster.cpp b/qpid/cpp/src/tests/Cluster.cpp index 2d23b87627..f3a50e2094 100644 --- a/qpid/cpp/src/tests/Cluster.cpp +++ b/qpid/cpp/src/tests/Cluster.cpp @@ -21,6 +21,7 @@ #include "qpid/framing/SessionPingBody.h" #include "qpid/framing/SessionPongBody.h" +#include "qpid/framing/all_method_bodies.h" #include "qpid/cluster/ClassifierHandler.h" #define BOOST_AUTO_TEST_MAIN // Must come before #include<boost/test/*> |