Merge pull request #603 from shantigilbert/fix_gles10

Fixes compiling when Renderer_GLES10 is used
This commit is contained in:
Jools Wills 2019-09-03 05:30:54 +01:00 committed by GitHub
commit a2ceaea100
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
#if defined(USE_OPENGLES_10)
#include "renderers/Renderer.h"
#include "math/Transform4x4f.h"
#include "Log.h"
#include "Settings.h"