summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcppdap/include/dap/network.h
Commit message (Collapse)AuthorAgeFilesLines
* cppdap: include/dap/network.h: add <stdint.h> include for GCC 15Christoph GrĂ¼ninger2024-08-131-0/+1
| | | | | GCC 15 requires the include for the declaration of `uint32_t`. Backport [cppdap PR 133](https://github.com/google/cppdap/pull/133).
* Merge branch 'upstream-cppdap' into import-cppdapGlen Chung2023-05-261-0/+62
* upstream-cppdap: cppdap 2023-05-26 (03cc1867)