Add include for Android NDK r12.

This commit is contained in:
Unknown W. Brackets 2016-07-01 08:07:31 -07:00
parent d0b1f1a26e
commit 5094bd0ea1

View File

@ -2,6 +2,7 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include <android/native_window.h>
#include "Common/Log.h"
#include "Common/GL/GLInterface/EGLAndroid.h"