summaryrefslogtreecommitdiff
path: root/src/3rdparty/md5/md5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/md5/md5.cpp')
-rw-r--r--src/3rdparty/md5/md5.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/3rdparty/md5/md5.cpp b/src/3rdparty/md5/md5.cpp
index d2d6fbab7..2111a8eb8 100644
--- a/src/3rdparty/md5/md5.cpp
+++ b/src/3rdparty/md5/md5.cpp
@@ -60,6 +60,8 @@
#include "../../core/endian_func.hpp"
#include "md5.h"
+#include "../../safeguards.h"
+
#define T_MASK ((uint32)~0)
#define T1 /* 0xd76aa478 */ (T_MASK ^ 0x28955b87)
#define T2 /* 0xe8c7b756 */ (T_MASK ^ 0x173848a9)