mirror of https://github.com/FWGS/xash3d-fwgs
engine: android: vid: fix building with NDK r19c
This commit is contained in:
parent
6f2016db06
commit
d596f4ea52
|
@ -5,6 +5,8 @@
|
||||||
#include "filesystem.h"
|
#include "filesystem.h"
|
||||||
#include "platform/android/android_priv.h"
|
#include "platform/android/android_priv.h"
|
||||||
#include "vid_common.h"
|
#include "vid_common.h"
|
||||||
|
#include <android/native_window.h>
|
||||||
|
#include <android/native_window_jni.h>
|
||||||
#include <EGL/egl.h>
|
#include <EGL/egl.h>
|
||||||
#include <EGL/eglext.h>
|
#include <EGL/eglext.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue