mirror of https://github.com/OpenTTD/OpenTTD
(svn r25440) -Fix: MSVC compilation error
parent
a285743d48
commit
97a42f4b4f
|
@ -27,6 +27,8 @@ extern FT_Library _library;
|
||||||
* ======================================================================================== */
|
* ======================================================================================== */
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
#include "core/alloc_func.hpp"
|
||||||
|
#include "core/math_func.hpp"
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <shlobj.h> /* SHGetFolderPath */
|
#include <shlobj.h> /* SHGetFolderPath */
|
||||||
#include "os/windows/win32.h"
|
#include "os/windows/win32.h"
|
||||||
|
|
Loading…
Reference in New Issue