From 86317e5d6d1b73349ba1dc367d843e4bcbc01bd4 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 d004243b3131..604e4fb425e0 100644
--- a/src/Storages/ObjectStorage/StorageObjectStorageSource.cpp
+++ b/src/Storages/ObjectStorage/StorageObjectStorageSource.cpp
@@ -60,6 +60,7 @@
#include
#include
#include
+#include
#include
#include