Add missing includes on android

* Thanks to @Themaister for this fix
This commit is contained in:
baldurk
2018-09-25 12:29:55 +01:00
parent a316e7ff12
commit 390096e796
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@
#include "renderdoccmd.h"
#include <EGL/egl.h>
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
#include <dlfcn.h>
#include <locale.h>