Skip to content

Commit

Permalink
Merge topic 'cppdap-gcc-15' into release-3.29
Browse files Browse the repository at this point in the history
f742c29 cppdap: include/dap/network.h: add <stdint.h> include for GCC 15

Acked-by: Kitware Robot <[email protected]>
Merge-request: !9713
  • Loading branch information
bradking committed Aug 15, 2024
2 parents 931dd7d + f742c29 commit 464719b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Utilities/cmcppdap/include/dap/network.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#include <functional>
#include <memory>
#include <stdint.h>

namespace dap {
class ReaderWriter;
Expand Down

0 comments on commit 464719b

Please sign in to comment.