summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-01-13 19:00:51 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-01-13 19:00:51 +0000
commitedd6337731e417cc13f9d698bcda1d5911fcb782 (patch)
tree04c24965af2409d5c436b852c0d59a92186e4564 /qpid/cpp
parent318617dd083429e8851d9ff99292a625bfbc7f14 (diff)
downloadqpid-python-edd6337731e417cc13f9d698bcda1d5911fcb782.tar.gz
Small tidy up
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734218 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/src/qpid/sys/AsynchIO.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/sys/AsynchIO.h b/qpid/cpp/src/qpid/sys/AsynchIO.h
index 6f32eb92d5..6507589f2c 100644
--- a/qpid/cpp/src/qpid/sys/AsynchIO.h
+++ b/qpid/cpp/src/qpid/sys/AsynchIO.h
@@ -21,9 +21,10 @@
*
*/
+#include "qpid/sys/IntegerTypes.h"
+
#include <boost/function.hpp>
#include <boost/shared_ptr.hpp>
-#include "qpid/sys/IntegerTypes.h"
namespace qpid {
namespace sys {