summaryrefslogtreecommitdiff
path: root/dev-db/duckdb/files/thrift-cstdint.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-05-15 12:59:17 +0100
committerV3n3RiX <venerix@koprulu.sector>2025-05-15 12:59:17 +0100
commit317f7ab04be81dbdfa5b1c9c42729927c5bde946 (patch)
treeb90afe9d6ef62b771a6ddb9eb1968d6338ccd206 /dev-db/duckdb/files/thrift-cstdint.patch
parent5e9cf59ef591ef814092c1f6f32d2ef2369d3882 (diff)
gentoo auto-resync : 15:05:2025 - 12:59:17HEADmaster
Diffstat (limited to 'dev-db/duckdb/files/thrift-cstdint.patch')
-rw-r--r--dev-db/duckdb/files/thrift-cstdint.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-db/duckdb/files/thrift-cstdint.patch b/dev-db/duckdb/files/thrift-cstdint.patch
new file mode 100644
index 000000000000..af47df814445
--- /dev/null
+++ b/dev-db/duckdb/files/thrift-cstdint.patch
@@ -0,0 +1,10 @@
+--- 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 {