Fix f1f281b31: [Win32] MinGW doesn't know timeapi.h

This commit is contained in:
glx22
2021-02-13 18:38:32 +01:00
committed by Loïc Guilloux
parent f181037bed
commit 348f322df1
2 changed files with 2 additions and 2 deletions

View File

@@ -20,8 +20,8 @@
#include "../../video/video_driver.hpp"
#include <windows.h>
#include <mmsystem.h>
#include <signal.h>
#include <timeapi.h>
#include "../../safeguards.h"