diff options
Diffstat (limited to 'src/os/windows/win32.cpp')
-rw-r--r-- | src/os/windows/win32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/windows/win32.cpp b/src/os/windows/win32.cpp index 8783b3762..650413d02 100644 --- a/src/os/windows/win32.cpp +++ b/src/os/windows/win32.cpp @@ -14,11 +14,11 @@ #include "../../fileio_func.h" #include <windows.h> #include <fcntl.h> +#include <mmsystem.h> #include <regstr.h> #define NO_SHOBJIDL_SORTDIRECTION // Avoid multiple definition of SORT_ASCENDING #include <shlobj.h> /* SHGetFolderPath */ #include <shellapi.h> -#include <timeapi.h> #include "win32.h" #include "../../fios.h" #include "../../core/alloc_func.hpp" |