summaryrefslogtreecommitdiffstats
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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/3rdparty/md5/md5.cpp b/src/3rdparty/md5/md5.cpp
index f32903c36c..ac296b532b 100644
--- a/src/3rdparty/md5/md5.cpp
+++ b/src/3rdparty/md5/md5.cpp
@@ -24,6 +24,7 @@
#ifndef _WIN32_WCE
#include <sys/types.h> /* for stupid systems */
#else
+#include <windef.h>
#include <types.h>
#endif