You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2009/01/13 00:33:13 UTC

svn commit: r733967 - /qpid/trunk/qpid/cpp/src/qpid/sys/AsynchIO.h

Author: shuston
Date: Mon Jan 12 15:33:12 2009
New Revision: 733967

URL: http://svn.apache.org/viewvc?rev=733967&view=rev
Log:
Adding missing include

Modified:
    qpid/trunk/qpid/cpp/src/qpid/sys/AsynchIO.h

Modified: qpid/trunk/qpid/cpp/src/qpid/sys/AsynchIO.h
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/sys/AsynchIO.h?rev=733967&r1=733966&r2=733967&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/sys/AsynchIO.h (original)
+++ qpid/trunk/qpid/cpp/src/qpid/sys/AsynchIO.h Mon Jan 12 15:33:12 2009
@@ -23,6 +23,7 @@
 
 #include <boost/function.hpp>
 #include <boost/shared_ptr.hpp>
+#include "qpid/sys/IntegerTypes.h"
 
 namespace qpid {
 namespace sys {