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 | 0132397e9e331b638d6cecae63cfa572a441de01 (patch) | |
| tree | 319afe2d4073716408ed58445c6bff2571ffd36f /qpid/cpp | |
| parent | d50be8058cd718491f428d704fcf734ea4e486eb (diff) | |
| download | qpid-python-0132397e9e331b638d6cecae63cfa572a441de01.tar.gz | |
Add missing include file
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@709277 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/src/qpid/amqp_0_10/Connection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/qpid/amqp_0_10/Connection.h b/qpid/cpp/src/qpid/amqp_0_10/Connection.h index 409ac0b9e3..39d27e8662 100644 --- a/qpid/cpp/src/qpid/amqp_0_10/Connection.h +++ b/qpid/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" |
