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 | 378d3db41f0a925551b242ac0c453873555dcde9 (patch) | |
tree | 4b9bb2f4fbe3b39ddd258f73ccc07d5f115086f7 /cpp/src/tests/Cluster.cpp | |
parent | f38e21807ed778fd7c2ddac5a730027b4eabfcc9 (diff) | |
download | qpid-python-378d3db41f0a925551b242ac0c453873555dcde9.tar.gz |
Fix cluster code for heap reuduction commit.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@567109 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Cluster.cpp')
-rw-r--r-- | cpp/src/tests/Cluster.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/Cluster.cpp b/cpp/src/tests/Cluster.cpp index 2d23b87627..f3a50e2094 100644 --- a/cpp/src/tests/Cluster.cpp +++ b/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/*> |