From 0ef64e5c06a820be1f5e7416dd45c12076bc4a75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Tue, 31 Dec 2024 22:11:29 +0100 Subject: [PATCH] chore: Add header for g++15 compatibility --- src/duckdb/third_party/fsst/libfsst.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/duckdb/third_party/fsst/libfsst.hpp b/src/duckdb/third_party/fsst/libfsst.hpp index fdc7d83a1..4d1098438 100644 --- a/src/duckdb/third_party/fsst/libfsst.hpp +++ b/src/duckdb/third_party/fsst/libfsst.hpp @@ -16,6 +16,7 @@ // // You can contact the authors via the FSST source repository : https://github.com/cwida/fsst #include +#include #include #include #include