aboutsummaryrefslogtreecommitdiff
path: root/src/Hash.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/Hash.cpp
parent8a72dc51e5e2525e612462b41554aa97615aa7b3 (diff)
Expose include dir
Diffstat (limited to 'src/Hash.cpp')
-rw-r--r--src/Hash.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Hash.cpp b/src/Hash.cpp
index 91bc062..e46e5ba 100644
--- a/src/Hash.cpp
+++ b/src/Hash.cpp
@@ -1,5 +1,5 @@
-#include "../include/Hash.hpp"
-#include "../include/bin2hex.hpp"
+#include "../include/odhtdb/Hash.hpp"
+#include "../include/odhtdb/bin2hex.hpp"
#include <sodium/crypto_generichash_blake2b.h>
#include <sodium/core.h>
#include <cstring>