summaryrefslogtreecommitdiff
path: root/cpp/src/tests/FieldTable.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
commitbcd7f23da214d3d8c9128d9073a7deb81768bc5f (patch)
tree0d2572cf301eaa46917c2e8ae2930e14e5031248 /cpp/src/tests/FieldTable.cpp
parent5c49bab054b72ee8ce73b376786f48bbaacc1a8b (diff)
downloadqpid-python-bcd7f23da214d3d8c9128d9073a7deb81768bc5f.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/qpid@680829 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/FieldTable.cpp')
-rw-r--r--cpp/src/tests/FieldTable.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/FieldTable.cpp b/cpp/src/tests/FieldTable.cpp
index ba506d4101..315801b428 100644
--- a/cpp/src/tests/FieldTable.cpp
+++ b/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"