1
0
mirror of https://github.com/YGGverse/xash3d-fwgs.git synced 2025-03-13 06:21:08 +00:00

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

@ -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>