# lowercase include (mingw cross compile fix). Thanks to abma for the patch.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1038 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
pull/1/merge
aramis_acg 2011-07-14 16:59:18 +00:00
parent 211a6cb0e7
commit 7ad99f3baf
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#ifdef WIN32 #ifdef WIN32
#include "../include/LogStream.h" #include "../include/LogStream.h"
#include "Windows.h" #include "windows.h"
namespace Assimp { namespace Assimp {