fix compile error for ci
Some checks failed
Android / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Docker / build (push) Has been cancelled
Linux / build (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled

This commit is contained in:
xiongguangjie 2024-10-27 12:05:04 +08:00 committed by 夏楚
parent b9a1f0d9b5
commit cc590254a6

View File

@ -9,6 +9,7 @@
*/ */
#include <ctime> #include <ctime>
#include <iomanip>
#include <sys/stat.h> #include <sys/stat.h>
#include "HlsMakerImp.h" #include "HlsMakerImp.h"
#include "Util/util.h" #include "Util/util.h"