diff options
author | rubidium <rubidium@openttd.org> | 2013-06-23 15:27:55 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2013-06-23 15:27:55 +0000 |
commit | 97a42f4b4f36efdf6332b347fb5ca6d48e20b27d (patch) | |
tree | ae737aa7b6e2d3c641bcfa4c4d0189d79c30b996 /src/fontdetection.cpp | |
parent | a285743d488f1484a9d38f437685f20d7c4f9520 (diff) | |
download | openttd-97a42f4b4f36efdf6332b347fb5ca6d48e20b27d.tar.xz |
(svn r25440) -Fix: MSVC compilation error
Diffstat (limited to 'src/fontdetection.cpp')
-rw-r--r-- | src/fontdetection.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fontdetection.cpp b/src/fontdetection.cpp index 1e2373fb6..3f371fe22 100644 --- a/src/fontdetection.cpp +++ b/src/fontdetection.cpp @@ -27,6 +27,8 @@ extern FT_Library _library; * ======================================================================================== */ #ifdef WIN32 +#include "core/alloc_func.hpp" +#include "core/math_func.hpp" #include <windows.h> #include <shlobj.h> /* SHGetFolderPath */ #include "os/windows/win32.h" |