summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-06-20 19:30:26 +0300
committerAndrei Karas <akaras@inbox.ru>2017-06-20 19:30:26 +0300
commit3252fd4454419f7576390dea6157897218a503d6 (patch)
tree564decf2ffeb8b5d61eb127e9b1adafee8a7aed5
parent5eee15f92592d51e4c4801e2668ef6a008b165e4 (diff)
downloadplus-3252fd4454419f7576390dea6157897218a503d6.tar.gz
plus-3252fd4454419f7576390dea6157897218a503d6.tar.bz2
plus-3252fd4454419f7576390dea6157897218a503d6.tar.xz
plus-3252fd4454419f7576390dea6157897218a503d6.zip
Fix compilation fboinfo.h
-rw-r--r--src/resources/fboinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/fboinfo.h b/src/resources/fboinfo.h
index ebeecf4e8..4df115395 100644
--- a/src/resources/fboinfo.h
+++ b/src/resources/fboinfo.h
@@ -23,6 +23,8 @@
#ifdef USE_OPENGL
+#include "localconsts.h"
+
#ifdef ANDROID
#include <GLES/gl.h>
#include <GLES/glext.h>
@@ -38,8 +40,6 @@ PRAGMA48(GCC diagnostic pop)
#endif // defined(__APPLE__)
#endif // ANDROID
-#include "localconsts.h"
-
struct FBOInfo final
{
constexpr2 FBOInfo() :