From 475d6c0f1f4ca67f0dff37b3a014c4e2ffd4569b Mon Sep 17 00:00:00 2001 From: Daniel Su Date: Wed, 18 Jun 2025 12:40:24 -0400 Subject: [PATCH] Add thread header to videodecode example (#252) --- examples/videodecode/roc_video_dec.h | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/videodecode/roc_video_dec.h b/examples/videodecode/roc_video_dec.h index 7af20f380d..fba609c764 100644 --- a/examples/videodecode/roc_video_dec.h +++ b/examples/videodecode/roc_video_dec.h @@ -36,6 +36,7 @@ THE SOFTWARE. #include #include #include +#include #include #include extern "C"