From cc590254a63ef7c2fe4444542dd1c01cb9daa89f Mon Sep 17 00:00:00 2001 From: xiongguangjie Date: Sun, 27 Oct 2024 12:05:04 +0800 Subject: [PATCH] fix compile error for ci --- src/Record/HlsMakerImp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Record/HlsMakerImp.cpp b/src/Record/HlsMakerImp.cpp index b5962816..37e49be2 100644 --- a/src/Record/HlsMakerImp.cpp +++ b/src/Record/HlsMakerImp.cpp @@ -9,6 +9,7 @@ */ #include +#include #include #include "HlsMakerImp.h" #include "Util/util.h"