aboutsummaryrefslogtreecommitdiff
path: root/src/Log.cpp
diff options
context:
space:
mode:
authorAleksi Lindeman <0xdec05eba@gmail.com>2018-03-13 06:26:06 +0100
committerAleksi Lindeman <0xdec05eba@gmail.com>2018-03-13 06:26:12 +0100
commit1354b690c4dafa080d5b59b6ffe67959747c4b5e (patch)
treeba70e387f45d33b54da447ea37500e3ea0c958ac /src/Log.cpp
parent8a72dc51e5e2525e612462b41554aa97615aa7b3 (diff)
Expose include dir
Diffstat (limited to 'src/Log.cpp')
-rw-r--r--src/Log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Log.cpp b/src/Log.cpp
index 5d77d73..28a2784 100644
--- a/src/Log.cpp
+++ b/src/Log.cpp
@@ -1,4 +1,4 @@
-#include "../include/Log.hpp"
+#include "../include/odhtdb/Log.hpp"
#include <cstdarg>
#include <mutex>