(svn r25440) -Fix: MSVC compilation error

This commit is contained in:
rubidium
2013-06-23 15:27:55 +00:00
parent 78d6a73de8
commit 44f1d2230a

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"