Przeglądaj źródła

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

Sergei Trofimovich 1 rok temu
rodzic
commit
eb7c92c87a
1 zmienionych plików z 1 dodań i 0 usunięć
  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 {