diff options
| author | Clifford Jansen <cliffjansen@apache.org> | 2012-06-17 23:57:36 +0000 |
|---|---|---|
| committer | Clifford Jansen <cliffjansen@apache.org> | 2012-06-17 23:57:36 +0000 |
| commit | 74b1983489053b82ea890e7364a84218820c3d89 (patch) | |
| tree | de9007cfe5ef552aa03e35d38456726ed5ea331c /cpp/src/tests/FieldTable.cpp | |
| parent | eae25587eebc56f6082a562a32a1277c2ccc23ea (diff) | |
| download | qpid-python-74b1983489053b82ea890e7364a84218820c3d89.tar.gz | |
QPID-4071: basic porting changes for solaris native compiler
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1351185 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/FieldTable.cpp')
| -rw-r--r-- | cpp/src/tests/FieldTable.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/FieldTable.cpp b/cpp/src/tests/FieldTable.cpp index 81372d87c5..8aeeb031b3 100644 --- a/cpp/src/tests/FieldTable.cpp +++ b/cpp/src/tests/FieldTable.cpp @@ -20,6 +20,7 @@ */ #include <iostream> #include <algorithm> +#include "qpid/sys/alloca.h" #include "qpid/framing/Array.h" #include "qpid/framing/FieldTable.h" #include "qpid/framing/FieldValue.h" |
