gentoo-ebuilds/dev-db/duckdb/files/thrift-cstdint.patch
Patrick Lauer a74848a0bc
dev-db/duckdb: Fix build with gcc15
Closes: https://bugs.gentoo.org/949694
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
2025-05-15 07:12:28 +00:00

10 lines
286 B
Diff

--- a/TTransport.h 2025-04-07 09:28:46.000000000 -0000
+++ b/TTransport.h 2025-05-15 07:01:41.119463408 -0000
@@ -24,6 +24,7 @@
#include "thrift/transport/TTransportException.h"
#include <memory>
#include <string>
+#include <cstdint>
namespace duckdb_apache {
namespace thrift {