Fix builds when using newest version of NDK

This commit is contained in:
sigmabeta 2016-05-25 14:18:32 -04:00
parent 34e315ba07
commit c92f7ef173
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