From: Víctor Manuel Jáquez Leal Date: Tue, 5 Oct 2021 04:54:25 +0000 (+0200) Subject: va: allocator: Add missing header file. X-Git-Tag: 1.19.3~309 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1be43e76cc6a9df3bbbc3bb6f80dfb4c51abbf06;p=platform%2Fupstream%2Fgstreamer.git va: allocator: Add missing header file. Added stdint.h because uintptr_t is used. Part-of: --- diff --git a/subprojects/gst-plugins-bad/sys/va/gstvaallocator.h b/subprojects/gst-plugins-bad/sys/va/gstvaallocator.h index de97fd6..6a3019b 100644 --- a/subprojects/gst-plugins-bad/sys/va/gstvaallocator.h +++ b/subprojects/gst-plugins-bad/sys/va/gstvaallocator.h @@ -23,6 +23,7 @@ #include #include #include +#include #include G_BEGIN_DECLS