va: allocator: Add missing header file.

Added stdint.h because uintptr_t is used.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1023>
This commit is contained in:
Víctor Manuel Jáquez Leal 2021-10-05 06:54:25 +02:00 committed by GStreamer Marge Bot
parent 2947bd6ef1
commit 1be43e76cc

View file

@ -23,6 +23,7 @@
#include <gst/allocators/allocators.h>
#include <gst/va/gstvadisplay.h>
#include <gst/video/video.h>
#include <stdint.h>
#include <va/va.h>
G_BEGIN_DECLS