diff options
Diffstat (limited to 'source/md5')
-rw-r--r-- | source/md5/md5.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/md5/md5.cpp b/source/md5/md5.cpp index 21bec8f12..534020219 100644 --- a/source/md5/md5.cpp +++ b/source/md5/md5.cpp @@ -30,6 +30,8 @@ documentation and/or software. */
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
/* interface header */
#include "md5.h"
|