aboutsummaryrefslogtreecommitdiff
path: root/modules/extra/hash_argon2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/extra/hash_argon2.cpp')
-rw-r--r--modules/extra/hash_argon2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/hash_argon2.cpp b/modules/extra/hash_argon2.cpp
index ecfa4aa6f..d3f5ca486 100644
--- a/modules/extra/hash_argon2.cpp
+++ b/modules/extra/hash_argon2.cpp
@@ -27,7 +27,7 @@
#include <argon2.h>
#include "inspircd.h"
-#include "modules/newhash.h"
+#include "modules/hash.h"
struct Argon2Config final
{