From e4ff1420ee4376b3b7eaab050a8d4a297a3a9442 Mon Sep 17 00:00:00 2001 From: cxh Date: Wed, 17 Dec 2025 17:25:23 +0800 Subject: [PATCH] 1 --- include/mqtt_client_wrapper.hpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/mqtt_client_wrapper.hpp b/include/mqtt_client_wrapper.hpp index 20d10d7..bf2db2c 100644 --- a/include/mqtt_client_wrapper.hpp +++ b/include/mqtt_client_wrapper.hpp @@ -1,12 +1,13 @@ // mqtt_client_wrapper.hppa #pragma once +#include +#include + #include "app_config.hpp" #include "logger.hpp" #include "mqtt_client.hpp" -#include "rtsp_manager.hpp" -#include -#include +#include "rtmp_manager.hpp" // 启动 MQTT 客户端线程(内部自动重连、订阅等) void mqtt_client_thread_func();