Merge pull request #3862 from sigmabeta/android-new-ndk

[Android] Fix builds when using newest version of NDK
This commit is contained in:
Markus Wick 2016-05-25 21:32:54 +02:00
commit 6050b3f670
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#pragma once
#include <android/native_window.h>
#include "Common/GL/GLInterface/EGL.h"
class cInterfaceEGLAndroid : public cInterfaceEGL