Commit 59100938 authored by bitplane's avatar bitplane

use locale.h instead of locale, wouldn't compile on VC otherwise

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2610 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 82df00f0
......@@ -5,6 +5,8 @@
#include "CGUIFileOpenDialog.h"
#ifdef _IRR_COMPILE_WITH_GUI_
#include <locale.h>
#include "IGUISkin.h"
#include "IGUIEnvironment.h"
#include "IVideoDriver.h"
......@@ -14,7 +16,6 @@
#include "IGUIFontBitmap.h"
#include "IFileList.h"
#include "os.h"
#include <locale>
namespace irr
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment