GCC 15 requires the include for the declaration of `uint32_t`. Backport [cppdap PR 133](https://github.com/google/cppdap/pull/133).
@@ -17,6 +17,7 @@
#include <functional>
#include <memory>
+#include <stdint.h>
namespace dap {
class ReaderWriter;