Skip to content
Snippets Groups Projects
Commit 67c0dc87 authored by Thomas Guillem's avatar Thomas Guillem Committed by Nicolas Pomepuy
Browse files

medialibrary/jni: add missing include

Triggering an error with the NDK25
parent 5eb50155
No related branches found
No related tags found
1 merge request!1461buildsystem: fix build with NDK25
......@@ -21,6 +21,7 @@
#ifndef VLC_MEDIALIB_UTILS_H
#define VLC_MEDIALIB_UTILS_H
#include <jni.h>
#include <assert.h>
#include <medialibrary/Types.h>
#include <medialibrary/IMediaLibrary.h>
#include <medialibrary/IVideoTrack.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment