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"