summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/qpid/Exception.h4
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>