소스 검색

Merge topic 'cppdap-gcc-15' into release-3.29

f742c298a0 cppdap: include/dap/network.h: add <stdint.h> include for GCC 15

Acked-by: Kitware Robot <[email protected]>
Merge-request: !9713
Brad King 1 년 전
부모
커밋
464719b35b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Utilities/cmcppdap/include/dap/network.h

+ 1 - 0
Utilities/cmcppdap/include/dap/network.h

@@ -17,6 +17,7 @@
 
 #include <functional>
 #include <memory>
+#include <stdint.h>
 
 namespace dap {
 class ReaderWriter;