fix iOS build - error due to GLES2 missing include (with the advice from bruvzg[m] on irc)

This commit is contained in:
Yannick Le Duc 2018-03-13 10:42:23 +01:00
parent 965feb9521
commit b5c7e6bac9

View file

@ -30,6 +30,7 @@
#include <alloca.h> #include <alloca.h>
#define GLES2_INCLUDE_H <ES2/gl.h>
#define GLES3_INCLUDE_H <ES3/gl.h> #define GLES3_INCLUDE_H <ES3/gl.h>
#define PLATFORM_REFCOUNT #define PLATFORM_REFCOUNT