aboutsummaryrefslogtreecommitdiff
path: root/src/Hash.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-03-13 06:26:06 +0100
committerdec05eba <dec05eba@protonmail.com>2020-08-18 23:25:46 +0200
commit5a8727e34b938b70623ca865273fd81c7604b461 (patch)
treea2921e90aa454072dc58fced36b508f67f5d1226 /src/Hash.cpp
parent9ffc25c9d99fe86d4789108d1d8615ecb0388cc6 (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>