From c8d35429792c8d587c024ba994907a4c45a13cf0 Mon Sep 17 00:00:00 2001 From: winlin Date: Thu, 23 Sep 2021 22:04:08 +0800 Subject: [PATCH] Fix build failed. --- trunk/src/app/srs_app_http_static.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/src/app/srs_app_http_static.cpp b/trunk/src/app/srs_app_http_static.cpp index 14cb9c82a..5367316ab 100644 --- a/trunk/src/app/srs_app_http_static.cpp +++ b/trunk/src/app/srs_app_http_static.cpp @@ -36,6 +36,7 @@ using namespace std; #include #include #include +#include #define SRS_CONTEXT_IN_HLS "hls_ctx"