Fix compiling on iOS (thx @IrrlichtForiOS for report and bugfix).

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@5292 dfc29bdd-3216-0410-991c-e03cc46cb475
master
cutealien 2016-03-22 10:10:54 +00:00
parent 54b8cba398
commit 008f76778e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
#include <tchar.h>
#endif
#else
#if (defined(_IRR_POSIX_API_) || defined(_IRR_OSX_PLATFORM_) || defined(_IRR_ANDROID_PLATFORM_))
#if (defined(_IRR_POSIX_API_) || defined(_IRR_OSX_PLATFORM_) || defined(_IRR_IOS_PLATFORM_) || defined(_IRR_ANDROID_PLATFORM_))
#include <stdio.h>
#include <stdlib.h>
#include <string.h>