summaryrefslogtreecommitdiff
path: root/src/dpl/core/src/exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dpl/core/src/exception.cpp')
-rw-r--r--src/dpl/core/src/exception.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dpl/core/src/exception.cpp b/src/dpl/core/src/exception.cpp
index d26e13c..bee161b 100644
--- a/src/dpl/core/src/exception.cpp
+++ b/src/dpl/core/src/exception.cpp
@@ -23,7 +23,7 @@
#include <cstdio>
#include <cchecker/dpl/exception.h>
-#include <cchecker/log.h>
+#include "common/log.h"
namespace CCHECKER {
Exception* Exception::m_lastException = NULL;