From 1be43e76cc6a9df3bbbc3bb6f80dfb4c51abbf06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Tue, 5 Oct 2021 06:54:25 +0200 Subject: [PATCH] va: allocator: Add missing header file. Added stdint.h because uintptr_t is used. Part-of: --- subprojects/gst-plugins-bad/sys/va/gstvaallocator.h | 1 + 1 file changed, 1 insertion(+) diff --git a/subprojects/gst-plugins-bad/sys/va/gstvaallocator.h b/subprojects/gst-plugins-bad/sys/va/gstvaallocator.h index de97fd685f..6a3019b8ed 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