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 7b936fe..5f2e8e0 100644
--- a/src/dpl/core/src/exception.cpp
+++ b/src/dpl/core/src/exception.cpp
@@ -23,7 +23,7 @@
#include <dpl/exception.h>
#include <cstdio>
-#include <log.h>
+#include <cchecker/log.h>
namespace CCHECKER {
Exception* Exception::m_lastException = NULL;