aboutsummaryrefslogtreecommitdiff
path: root/src/Encryption.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Encryption.cpp')
-rw-r--r--src/Encryption.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Encryption.cpp b/src/Encryption.cpp
index 238861f..7f8700b 100644
--- a/src/Encryption.cpp
+++ b/src/Encryption.cpp
@@ -1,4 +1,4 @@
-#include "../include/Encryption.hpp"
+#include "../include/odhtdb/Encryption.hpp"
#include <sodium/crypto_aead_xchacha20poly1305.h>
#include <sodium/randombytes.h>
#include <cstring>