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 {
