From 12a367a51b50771d5c99426e43685a9c8cb9df01 Mon Sep 17 00:00:00 2001 From: Andrey Zvonov <32552679+zvonand@users.noreply.github.com> Date: Mon, 18 May 2026 22:13:45 +0200 Subject: [PATCH] Merge pull request #1803 from Altinity/feature/antalya-26.3/ClickHouse-ClickHouse-pr-102825 Antalya 26.3: normalizing format check using lower case --- src/Storages/ObjectStorage/StorageObjectStorageSource.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Storages/ObjectStorage/StorageObjectStorageSource.cpp b/src/Storages/ObjectStorage/StorageObjectStorageSource.cpp index 5acfd7ef7a0c..aa8f4bf30d5b 100644 --- a/src/Storages/ObjectStorage/StorageObjectStorageSource.cpp +++ b/src/Storages/ObjectStorage/StorageObjectStorageSource.cpp @@ -53,6 +53,7 @@ #include #include #include +#include #include #include