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 | 2c96b68eaf54b9a039e21856ab60ee4f41df473e (patch) | |
tree | 77a8a8d7ca5b8c9934c47b482300fd7772737c46 /cpp/src | |
parent | 98f0d3065ac20c221871b4e425de2ea2a0eff8e3 (diff) | |
download | qpid-python-2c96b68eaf54b9a039e21856ab60ee4f41df473e.tar.gz |
Simple inline message construction for exceptions.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@565919 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/qpid/Exception.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/Exception.h b/cpp/src/qpid/Exception.h index 24f0efd16b..a7ab1fa8aa 100644 --- a/cpp/src/qpid/Exception.h +++ b/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> |