diff options
Diffstat (limited to 'cpp/src/qpid/Exception.cpp')
-rw-r--r-- | cpp/src/qpid/Exception.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/Exception.cpp b/cpp/src/qpid/Exception.cpp index 05d1a26f57..16a3a13d17 100644 --- a/cpp/src/qpid/Exception.cpp +++ b/cpp/src/qpid/Exception.cpp @@ -20,7 +20,7 @@ */ #include "qpid/log/Statement.h" -#include "Exception.h" +#include "qpid/Exception.h" #include <typeinfo> #include <assert.h> #include <string.h> |