changeset 20480:3653a654e9e9 draft

(svn r25440) -Fix: MSVC compilation error
author rubidium <rubidium@openttd.org>
date Sun, 23 Jun 2013 15:27:55 +0000
parents 0b42551f97e9
children e23b83b73ea3
files src/fontdetection.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/fontdetection.cpp
+++ b/src/fontdetection.cpp
@@ -27,6 +27,8 @@
  * ======================================================================================== */
 
 #ifdef WIN32
+#include "core/alloc_func.hpp"
+#include "core/math_func.hpp"
 #include <windows.h>
 #include <shlobj.h> /* SHGetFolderPath */
 #include "os/windows/win32.h"