diff options
| author | Stephen D. Huston <shuston@apache.org> | 2008-10-30 23:05:15 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2008-10-30 23:05:15 +0000 |
| commit | c63669d32dda205a0e6abc9ac570f4e7c98dcc76 (patch) | |
| tree | 6c6d165d1c0213550d6096d7fd3c2a9ed0099f04 /cpp/src/qpid | |
| parent | f3f64a800575c452518b271d041d4e8c28e8e1d7 (diff) | |
| download | qpid-python-c63669d32dda205a0e6abc9ac570f4e7c98dcc76.tar.gz | |
Add missing include file
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@709277 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid')
| -rw-r--r-- | cpp/src/qpid/amqp_0_10/Connection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/amqp_0_10/Connection.h b/cpp/src/qpid/amqp_0_10/Connection.h index 409ac0b9e3..39d27e8662 100644 --- a/cpp/src/qpid/amqp_0_10/Connection.h +++ b/cpp/src/qpid/amqp_0_10/Connection.h @@ -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" |
