diff options
Diffstat (limited to 'cpp')
-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> |