From 97a42f4b4f36efdf6332b347fb5ca6d48e20b27d Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 23 Jun 2013 15:27:55 +0000 Subject: (svn r25440) -Fix: MSVC compilation error --- src/fontdetection.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 #include /* SHGetFolderPath */ #include "os/windows/win32.h" -- cgit v1.2.3-54-g00ecf