From e7257b20c86b3854cd49e2162a969a49b0cf5fc7 Mon Sep 17 00:00:00 2001 From: cxh Date: Wed, 10 Sep 2025 11:19:40 +0800 Subject: [PATCH] first commit --- src/mqtt_client.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mqtt_client.cpp b/src/mqtt_client.cpp index a1154b6..492e3d0 100644 --- a/src/mqtt_client.cpp +++ b/src/mqtt_client.cpp @@ -2,6 +2,7 @@ #include #include #include +#include extern std::atomic g_running;