summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/Uuid.cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2008-07-29 20:26:53 +0000
committerAndrew Stitcher <astitcher@apache.org>2008-07-29 20:26:53 +0000
commit7821f656ddcb42edb47845357bcd86880b416ae9 (patch)
tree5ce403a670a78522e2142a118b3cc250db895ff3 /qpid/cpp/src/tests/Uuid.cpp
parente0eed1a95ecb9d1c21ab369cd2526c10bfcd9255 (diff)
downloadqpid-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/Uuid.cpp')
-rw-r--r--qpid/cpp/src/tests/Uuid.cpp1
1 files changed, 1 insertions, 0 deletions
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)