From 7fdf00a68210186af02ebc47bf9c2faecb9d28cd 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) [ROCm/rocdecode commit: e2b9e7197a84b9701a5f068380a4add7481e3646] --- projects/rocdecode/samples/videoDecodeRGB/videodecrgb.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rocdecode/samples/videoDecodeRGB/videodecrgb.cpp b/projects/rocdecode/samples/videoDecodeRGB/videodecrgb.cpp index ac97bf03d8..2d48a4a971 100644 --- a/projects/rocdecode/samples/videoDecodeRGB/videodecrgb.cpp +++ b/projects/rocdecode/samples/videoDecodeRGB/videodecrgb.cpp @@ -21,6 +21,7 @@ THE SOFTWARE. */ #include +#include #include #include #include