Merge pull request #3862 from sigmabeta/android-new-ndk
[Android] Fix builds when using newest version of NDK
This commit is contained in:
commit
6050b3f670
|
@ -4,6 +4,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <android/native_window.h>
|
||||
#include "Common/GL/GLInterface/EGL.h"
|
||||
|
||||
class cInterfaceEGLAndroid : public cInterfaceEGL
|
||||
|
|
Loading…
Reference in New Issue