File: 09-gcc13.patch

package info (click to toggle)
capnproto 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,388 kB
  • sloc: cpp: 22,665; sh: 4,660; ansic: 720; makefile: 551; xml: 275
file content (17 lines) | stat: -rw-r--r-- 374 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Fix FTBFS with GCC-13
Author: tony mancill <tmancill@debian.org>
Bug-Debian: https://bugs.debian.org/1037598
Forwarded: no
Last-Update: 2023-07-15

--- a/src/kj/test.h
+++ b/src/kj/test.h
@@ -26,6 +26,8 @@
 #include "function.h"
 #include "windows-sanity.h"  // work-around macro conflict with `ERROR`
 
+#include <cstdint>
+
 KJ_BEGIN_HEADER
 
 namespace kj {