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 2008/10/31 00:05:15 UTC

svn commit: r709277 - /incubator/qpid/trunk/qpid/cpp/src/qpid/amqp_0_10/Connection.h

Author: shuston
Date: Thu Oct 30 16:05:15 2008
New Revision: 709277

URL: http://svn.apache.org/viewvc?rev=709277&view=rev
Log:
Add missing include file

Modified:
    incubator/qpid/trunk/qpid/cpp/src/qpid/amqp_0_10/Connection.h

Modified: incubator/qpid/trunk/qpid/cpp/src/qpid/amqp_0_10/Connection.h
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/qpid/amqp_0_10/Connection.h?rev=709277&r1=709276&r2=709277&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/qpid/amqp_0_10/Connection.h (original)
+++ incubator/qpid/trunk/qpid/cpp/src/qpid/amqp_0_10/Connection.h Thu Oct 30 16:05:15 2008
@@ -21,6 +21,8 @@
  * under the License.
  *
  */
+
+#include "qpid/framing/AMQFrame.h"
 #include "qpid/sys/ConnectionCodec.h"
 #include "qpid/sys/ConnectionInputHandler.h"
 #include "qpid/sys/ConnectionOutputHandler.h"