guix-mirrors/gnu/packages/patches/capnproto-fix-test.patch
Zheng Junjie 3dc7044969
gnu: capnproto: Fix tests.
* gnu/packages/patches/capnproto-fix-test.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/serialization.scm (capnproto)[source]: Use it.

Change-Id: I216563e5263f6d4e61e382b8d1eb5687c82b0cc1
2025-07-18 20:17:52 +02:00

11 lines
263 B
Diff

diff -u a/src/kj/string-test.c++ b/src/kj/string-test.c++
--- a/src/kj/string-test.c++
+++ b/src/kj/string-test.c++
@@ -22,6 +22,7 @@
#include "string.h"
#include <kj/compat/gtest.h>
#include <string>
+#include <cstdint>
#include "vector.h"
namespace kj {