aboutsummaryrefslogtreecommitdiff
path: root/src/randomenv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/randomenv.cpp')
-rw-r--r--src/randomenv.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/randomenv.cpp b/src/randomenv.cpp
index 0b97d747cb..5b5b7c078d 100644
--- a/src/randomenv.cpp
+++ b/src/randomenv.cpp
@@ -15,7 +15,8 @@
#include <support/cleanse.h>
#include <util/time.h> // for GetTime()
#ifdef WIN32
-#include <compat/compat.h>
+#include <windows.h>
+#include <winreg.h>
#endif
#include <algorithm>