diff options
author | Alan Conway <aconway@apache.org> | 2008-04-02 14:10:08 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-04-02 14:10:08 +0000 |
commit | 6957044f11e7cd364ce005f5578a03c38cef81cf (patch) | |
tree | e13a41598e0ffdd268cd39625751abf67a09e5ef /qpid/cpp/src/tests/BoundedIterator.cpp | |
parent | 6a19e5407dde3b6ed61e609599cb71fa3a5c766e (diff) | |
download | qpid-python-6957044f11e7cd364ce005f5578a03c38cef81cf.tar.gz |
Fix gcc 4.3 warnings.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@643914 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/BoundedIterator.cpp')
-rw-r--r-- | qpid/cpp/src/tests/BoundedIterator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/BoundedIterator.cpp b/qpid/cpp/src/tests/BoundedIterator.cpp index f29f7c8122..18904b739f 100644 --- a/qpid/cpp/src/tests/BoundedIterator.cpp +++ b/qpid/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; |