diff options
author | cutealien <cutealien@dfc29bdd-3216-0410-991c-e03cc46cb475> | 2021-08-26 21:57:27 +0000 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2021-08-27 10:59:31 +0200 |
commit | 9690c1b3e30410f4780dc6466ae474cc1350f82a (patch) | |
tree | 09128dd0088f9e135e62d2a16b87a46c89e98262 /include/EGUIAlignment.h | |
parent | c26ff3476f5cce6c6ce2d6fa1b88c9dfff3674ca (diff) | |
download | irrlicht-9690c1b3e30410f4780dc6466ae474cc1350f82a.tar.xz |
Merging r6196 through r6248 from trunk to ogl-es branch
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6249 dfc29bdd-3216-0410-991c-e03cc46cb475
Diffstat (limited to 'include/EGUIAlignment.h')
-rw-r--r-- | include/EGUIAlignment.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/EGUIAlignment.h b/include/EGUIAlignment.h index 85f81b4..4876503 100644 --- a/include/EGUIAlignment.h +++ b/include/EGUIAlignment.h @@ -5,6 +5,8 @@ #ifndef __E_GUI_ALIGNMENT_H_INCLUDED__
#define __E_GUI_ALIGNMENT_H_INCLUDED__
+#include "irrTypes.h"
+
namespace irr
{
namespace gui
@@ -35,4 +37,3 @@ const c8* const GUIAlignmentNames[] = } // namespace irr
#endif // __E_GUI_ALIGNMENT_H_INCLUDED__
-
|