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 | 0df4041f92ea9c1d46c9c4203922fe58fbac0fe1 (patch) | |
tree | d3f2f2f2e0f39cca9f850ac0879064ef2a880de6 /cpp/src | |
parent | d964eae817b538c532996af0b41993d128fa5a5c (diff) | |
download | qpid-python-0df4041f92ea9c1d46c9c4203922fe58fbac0fe1.tar.gz |
add include for list, for gcc4.3
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@651346 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/tests/SequenceSet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/SequenceSet.cpp b/cpp/src/tests/SequenceSet.cpp index 1cc66fa55a..ba2f1391a1 100644 --- a/cpp/src/tests/SequenceSet.cpp +++ b/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) |