summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-06-23 15:27:55 +0000
committerrubidium <rubidium@openttd.org>2013-06-23 15:27:55 +0000
commit97a42f4b4f36efdf6332b347fb5ca6d48e20b27d (patch)
treeae737aa7b6e2d3c641bcfa4c4d0189d79c30b996
parenta285743d488f1484a9d38f437685f20d7c4f9520 (diff)
downloadopenttd-97a42f4b4f36efdf6332b347fb5ca6d48e20b27d.tar.xz
(svn r25440) -Fix: MSVC compilation error
-rw-r--r--src/fontdetection.cpp2
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"