From 61175e95cf4ef770581fbf3d6409e2025aef757e Mon Sep 17 00:00:00 2001 From: xiongguangjie Date: Sat, 26 Oct 2024 21:12:01 +0800 Subject: [PATCH 1/2] update zltoolkit fix #3979 --- 3rdpart/ZLToolKit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdpart/ZLToolKit b/3rdpart/ZLToolKit index 08c094ea..9e319b70 160000 --- a/3rdpart/ZLToolKit +++ b/3rdpart/ZLToolKit @@ -1 +1 @@ -Subproject commit 08c094ea14f259ecf0c356e6243cb47ee96ce292 +Subproject commit 9e319b70557f3ece0372a0d05f31a6560292556a From 65e5402c62caf0f6447eaa9b3e559c576bf6e46e Mon Sep 17 00:00:00 2001 From: xiongguangjie Date: Sun, 27 Oct 2024 12:05:04 +0800 Subject: [PATCH 2/2] 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"