소스 검색

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 {