diff options
author | Nuno Santos <nsantos@apache.org> | 2008-04-24 18:56:15 +0000 |
---|---|---|
committer | Nuno Santos <nsantos@apache.org> | 2008-04-24 18:56:15 +0000 |
commit | df98073dcc6cb14f22cfc858dd8126aced669eb8 (patch) | |
tree | e1b6ca5476982a8d2cb6bc4fed4265c1ec0003e3 /qpid/cpp/src | |
parent | e32debe1df7d0a837e30cd937fb7a18fc5cfa203 (diff) | |
download | qpid-python-df98073dcc6cb14f22cfc858dd8126aced669eb8.tar.gz |
add include for list, for gcc4.3
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651346 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r-- | qpid/cpp/src/tests/SequenceSet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/SequenceSet.cpp b/qpid/cpp/src/tests/SequenceSet.cpp index 1cc66fa55a..ba2f1391a1 100644 --- a/qpid/cpp/src/tests/SequenceSet.cpp +++ b/qpid/cpp/src/tests/SequenceSet.cpp @@ -18,6 +18,7 @@ #include "qpid/framing/SequenceSet.h" #include "unit_test.h" +#include <list> QPID_AUTO_TEST_SUITE(SequenceSetTestSuite) |