Skip to content

Commit

Permalink
Finally fix android build
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul committed Mar 11, 2018
1 parent a1c5a01 commit f7938fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/gui/intlGUIEditBox.cpp
Expand Up @@ -32,13 +32,12 @@
#include <util/numeric.h>
#include "intlGUIEditBox.h"

#if defined(_IRR_COMPILE_WITH_GUI_) && IRRLICHT_VERSION_MAJOR == 1 && IRRLICHT_VERSION_MINOR < 9
#if defined(_IRR_COMPILE_WITH_GUI_) && IRRLICHT_VERSION_MAJOR == 1 && IRRLICHT_VERSION_MINOR < 9 || defined(__ANDROID__)

#include "IGUISkin.h"
#include "IGUIEnvironment.h"
#include "IGUIFont.h"
#include "IVideoDriver.h"
//#include "rect.h"
//#include "irrlicht/os.cpp"
#include "porting.h"
//#include "Keycodes.h"
Expand Down
2 changes: 1 addition & 1 deletion src/gui/intlGUIEditBox.h
Expand Up @@ -7,7 +7,7 @@
#include "IrrCompileConfig.h"
//#ifdef _IRR_COMPILE_WITH_GUI_

#include "IGUIEditBox.h"
#include <IGUIEditBox.h>
#include "irrArray.h"
#include "IOSOperator.h"
#include "IGUIScrollBar.h"
Expand Down

0 comments on commit f7938fa

Please sign in to comment.