summaryrefslogtreecommitdiff
path: root/src/utils/sha256.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/sha256.cpp')
-rw-r--r--src/utils/sha256.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/sha256.cpp b/src/utils/sha256.cpp
index a40efebc..4f23e01a 100644
--- a/src/utils/sha256.cpp
+++ b/src/utils/sha256.cpp
@@ -68,7 +68,8 @@
* SUCH DAMAGE.
*/
-#include "sha256.h"
+#include "utils/sha256.h"
+
#include <memory.h>
#ifdef HAS_STDINT