1
0
Fork 0

(svn r25440) -Fix: MSVC compilation error

release/1.4
rubidium 2013-06-23 15:27:55 +00:00
parent a285743d48
commit 97a42f4b4f
1 changed files with 2 additions and 0 deletions

View File

@ -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"