summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-04-02 14:10:08 +0000
committerAlan Conway <aconway@apache.org>2008-04-02 14:10:08 +0000
commit61c9645c66c7d5495f40ce8a2920abe661683308 (patch)
tree30e6679204b7aa860dc86cfa12f69cb179950412 /cpp
parent7eefa099336c86de443773a78452a75085be67a7 (diff)
downloadqpid-python-61c9645c66c7d5495f40ce8a2920abe661683308.tar.gz
Fix gcc 4.3 warnings.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@643914 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/tests/BoundedIterator.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/BoundedIterator.cpp b/cpp/src/tests/BoundedIterator.cpp
index f29f7c8122..18904b739f 100644
--- a/cpp/src/tests/BoundedIterator.cpp
+++ b/cpp/src/tests/BoundedIterator.cpp
@@ -20,6 +20,7 @@
*/
#include "unit_test.h"
#include "qpid/BoundedIterator.h"
+#include <string.h>
using namespace std;
using namespace qpid;