瀏覽代碼

mqtt_client.h: add missing `<string>` include for `gcc-13` (#490)

Sergei Trofimovich 1 年之前
父節點
當前提交
eb7c92c87a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      mqtt/mqtt_client.h

+ 1 - 0
mqtt/mqtt_client.h

@@ -131,6 +131,7 @@ END_EXTERN_C
 #include <functional>
 #include <map>
 #include <mutex>
+#include <string>
 
 namespace hv {