diff options
| author | Alan Conway <aconway@apache.org> | 2007-08-14 21:25:18 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-08-14 21:25:18 +0000 |
| commit | 5ab8eeb762b885023740e946c3b774b317f3f326 (patch) | |
| tree | 9db3de0c8a4a1ed57e49fc1f5b8a537c8b8efa17 /qpid/cpp/src | |
| parent | 70dcdf7f2c54a4273ce7e5cf5ee9147843a3ae48 (diff) | |
| download | qpid-python-5ab8eeb762b885023740e946c3b774b317f3f326.tar.gz | |
Simple inline message construction for exceptions.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@565919 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/Exception.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/qpid/Exception.h b/qpid/cpp/src/qpid/Exception.h index 24f0efd16b..a7ab1fa8aa 100644 --- a/qpid/cpp/src/qpid/Exception.h +++ b/qpid/cpp/src/qpid/Exception.h @@ -22,8 +22,8 @@ * */ -#include "framing/amqp_types.h" - +#include "qpid/framing/amqp_types.h" +#include "qpid/Msg.h" #include <exception> #include <string> #include <memory> |
