engine: android: vid: fix building with NDK r19c

This commit is contained in:
Alibek Omarov 2019-05-28 03:55:54 +03:00
parent 6f2016db06
commit d596f4ea52
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
#include "filesystem.h"
#include "platform/android/android_priv.h"
#include "vid_common.h"
#include <android/native_window.h>
#include <android/native_window_jni.h>
#include <EGL/egl.h>
#include <EGL/eglext.h>