summaryrefslogtreecommitdiff
path: root/dev-db/duckdb/files
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/duckdb/files')
-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 {