From e881c254c4c3bd82707f4e3102334039bfede680 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Feb 2025 17:08:20 +0100 Subject: re-license spec file to CECILL-2.1 fix build with GCC 15 using patch from https://github.com/SeasX/SeasClick/pull/18 --- 18.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 18.patch (limited to '18.patch') diff --git a/18.patch b/18.patch new file mode 100644 index 0000000..e211305 --- /dev/null +++ b/18.patch @@ -0,0 +1,21 @@ +From 0673b2174b857b89d26f79ca6e0d28f7115982ab Mon Sep 17 00:00:00 2001 +From: Remi Collet +Date: Wed, 19 Feb 2025 17:01:48 +0100 +Subject: [PATCH] fix #17 add missing include + +--- + lib/clickhouse-cpp/clickhouse/types/types.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/lib/clickhouse-cpp/clickhouse/types/types.h b/lib/clickhouse-cpp/clickhouse/types/types.h +index e8d6c99..d9387a5 100644 +--- a/lib/clickhouse-cpp/clickhouse/types/types.h ++++ b/lib/clickhouse-cpp/clickhouse/types/types.h +@@ -4,6 +4,7 @@ + #include + #include + #include ++#include + + namespace clickhouse { + -- cgit