From e2b9e7197a84b9701a5f068380a4add7481e3646 Mon Sep 17 00:00:00 2001 From: Kiriti Gowda Date: Thu, 2 May 2024 14:26:11 -0700 Subject: [PATCH] Sample - Added missing header (#336) --- samples/videoDecodeRGB/videodecrgb.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/videoDecodeRGB/videodecrgb.cpp b/samples/videoDecodeRGB/videodecrgb.cpp index ac97bf03d8..2d48a4a971 100644 --- a/samples/videoDecodeRGB/videodecrgb.cpp +++ b/samples/videoDecodeRGB/videodecrgb.cpp @@ -21,6 +21,7 @@ THE SOFTWARE. */ #include +#include #include #include #include