From 6e46e1d41df0baa44ade9b8d57ffd15524496353 Mon Sep 17 00:00:00 2001 From: cxh Date: Wed, 10 Sep 2025 13:13:51 +0800 Subject: [PATCH] first commit --- src/rtsp_manager.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rtsp_manager.cpp b/src/rtsp_manager.cpp index 7f5f31b..787601b 100644 --- a/src/rtsp_manager.cpp +++ b/src/rtsp_manager.cpp @@ -3,6 +3,8 @@ #include "logger.hpp" #include #include +#include +#include // 静态变量定义 GMainLoop *RTSPManager::loop = nullptr;