Include locale.h insteads of clocale.

Backport form ogl-es branch. Turns out Android NDK doesn't have clocale.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5337 dfc29bdd-3216-0410-991c-e03cc46cb475
master
cutealien 2016-09-10 13:20:03 +00:00
parent 7d4d485e23
commit 1d95a1605c
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@
#include "CGeometryCreator.h"
#include <clocale>
#include <locale.h>
namespace irr
{