aboutsummaryrefslogtreecommitdiff
path: root/src/Hash.cpp
diff options
context:
space:
mode:
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>