From 7743b97032c448b628009726f51e1b2e241911e3 Mon Sep 17 00:00:00 2001 From: cxh Date: Thu, 16 Oct 2025 10:31:48 +0800 Subject: [PATCH] # --- include/mqtt_client_wrapper.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mqtt_client_wrapper.hpp b/include/mqtt_client_wrapper.hpp index 4daaf7b..92faf3c 100644 --- a/include/mqtt_client_wrapper.hpp +++ b/include/mqtt_client_wrapper.hpp @@ -5,7 +5,7 @@ #include #include "app_config.hpp" -#include "data_managet.hpp" +#include "data_manager.hpp" #include "logger.hpp" #include "mqtt_client.hpp" #include "rtmp_manager.hpp"