summaryrefslogtreecommitdiff
path: root/src/dpl/core/src/string.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dpl/core/src/string.cpp')
-rw-r--r--src/dpl/core/src/string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dpl/core/src/string.cpp b/src/dpl/core/src/string.cpp
index 3e1028e..7c8223d 100644
--- a/src/dpl/core/src/string.cpp
+++ b/src/dpl/core/src/string.cpp
@@ -33,7 +33,7 @@
#include <cchecker/dpl/errno_string.h>
#include <cchecker/dpl/exception.h>
#include <cchecker/dpl/scoped_array.h>
-#include <cchecker/log.h>
+#include "common/log.h"
// TODO: Completely move to ICU
namespace CCHECKER {