diff options
author | Stephen D. Huston <shuston@apache.org> | 2009-01-12 23:33:12 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2009-01-12 23:33:12 +0000 |
commit | f5e9ae07de5022b0b409ab0021d47d680d79a2ae (patch) | |
tree | 9a24efa2e28a8003043df4da7ecd2c0ce3f9035f /cpp/src | |
parent | 968d7fd6a2edb1f99ffab980d8130abbd854adc5 (diff) | |
download | qpid-python-f5e9ae07de5022b0b409ab0021d47d680d79a2ae.tar.gz |
Adding missing include
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@733967 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/qpid/sys/AsynchIO.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/sys/AsynchIO.h b/cpp/src/qpid/sys/AsynchIO.h index c9893a8045..6f32eb92d5 100644 --- a/cpp/src/qpid/sys/AsynchIO.h +++ b/cpp/src/qpid/sys/AsynchIO.h @@ -23,6 +23,7 @@ #include <boost/function.hpp> #include <boost/shared_ptr.hpp> +#include "qpid/sys/IntegerTypes.h" namespace qpid { namespace sys { |