From 6f16e1388e4b724b2b2d3d77abf9502f37c120dc Mon Sep 17 00:00:00 2001 From: jcdr428 <56721609+jcdr428@users.noreply.github.com> Date: Sun, 13 Aug 2023 16:52:43 +0100 Subject: [PATCH] #include in hevc.cpp --- tsMuxer/hevc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tsMuxer/hevc.cpp b/tsMuxer/hevc.cpp index 872a44ea..a5f7da28 100644 --- a/tsMuxer/hevc.cpp +++ b/tsMuxer/hevc.cpp @@ -3,6 +3,7 @@ #include #include +#include #include "tsMuxer.h" #include "vodCoreException.h"