diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2008-07-29 20:26:53 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2008-07-29 20:26:53 +0000 |
| commit | 7821f656ddcb42edb47845357bcd86880b416ae9 (patch) | |
| tree | 5ce403a670a78522e2142a118b3cc250db895ff3 /qpid/cpp/src/tests | |
| parent | e0eed1a95ecb9d1c21ab369cd2526c10bfcd9255 (diff) | |
| download | qpid-python-7821f656ddcb42edb47845357bcd86880b416ae9.tar.gz | |
QPID-1198 (Partial): Add #include <alloca.h> for all uses of ::alloca()
Patches from Manuel Teira.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@680829 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
| -rw-r--r-- | qpid/cpp/src/tests/FieldTable.cpp | 1 | ||||
| -rw-r--r-- | qpid/cpp/src/tests/MessageTest.cpp | 1 | ||||
| -rw-r--r-- | qpid/cpp/src/tests/Uuid.cpp | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/FieldTable.cpp b/qpid/cpp/src/tests/FieldTable.cpp index ba506d4101..315801b428 100644 --- a/qpid/cpp/src/tests/FieldTable.cpp +++ b/qpid/cpp/src/tests/FieldTable.cpp @@ -21,6 +21,7 @@ #include <iostream> #include "qpid/framing/FieldTable.h" #include "qpid/framing/FieldValue.h" +#include <alloca.h> #include "unit_test.h" diff --git a/qpid/cpp/src/tests/MessageTest.cpp b/qpid/cpp/src/tests/MessageTest.cpp index 582844e6dc..b5c1648caf 100644 --- a/qpid/cpp/src/tests/MessageTest.cpp +++ b/qpid/cpp/src/tests/MessageTest.cpp @@ -28,6 +28,7 @@ #include "unit_test.h" #include <iostream> +#include <alloca.h> using namespace boost; using namespace qpid::broker; diff --git a/qpid/cpp/src/tests/Uuid.cpp b/qpid/cpp/src/tests/Uuid.cpp index ad26f796c0..ee86d75a26 100644 --- a/qpid/cpp/src/tests/Uuid.cpp +++ b/qpid/cpp/src/tests/Uuid.cpp @@ -22,6 +22,7 @@ #include "unit_test.h" #include <set> +#include <alloca.h> QPID_AUTO_TEST_SUITE(UuidTestSuite) |
