summaryrefslogtreecommitdiff
path: root/src/os/windows/crashlog_win.cpp
diff options
context:
space:
mode:
authorglx22 <glx@openttd.org>2021-02-13 18:38:32 +0100
committerLoïc Guilloux <glx22@users.noreply.github.com>2021-02-13 19:07:42 +0100
commit348f322df1274405d37fae3ae0aeeb7ba46fa90f (patch)
tree2c50f3adf59829bf3de4a88789806726fe30825c /src/os/windows/crashlog_win.cpp
parentf181037bede9dd41b845a3a6e4c4ce6eaf57fe3d (diff)
downloadopenttd-348f322df1274405d37fae3ae0aeeb7ba46fa90f.tar.xz
Fix f1f281b31: [Win32] MinGW doesn't know timeapi.h
Diffstat (limited to 'src/os/windows/crashlog_win.cpp')
-rw-r--r--src/os/windows/crashlog_win.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/windows/crashlog_win.cpp b/src/os/windows/crashlog_win.cpp
index b5916dd26..4529491bd 100644
--- a/src/os/windows/crashlog_win.cpp
+++ b/src/os/windows/crashlog_win.cpp
@@ -20,8 +20,8 @@
#include "../../video/video_driver.hpp"
#include <windows.h>
+#include <mmsystem.h>
#include <signal.h>
-#include <timeapi.h>
#include "../../safeguards.h"