From f2a2941fa6a3fc67e27cb9d5f41e859566a3e79f Mon Sep 17 00:00:00 2001 From: Konstantin Bogdanov Date: Wed, 20 Nov 2024 18:26:58 +0100 Subject: [PATCH] Fix style check --- src/Storages/StorageURLCluster.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Storages/StorageURLCluster.cpp b/src/Storages/StorageURLCluster.cpp index 3f11ee5da1d..1742c0a1c21 100644 --- a/src/Storages/StorageURLCluster.cpp +++ b/src/Storages/StorageURLCluster.cpp @@ -31,6 +31,11 @@ namespace DB { +namespace ErrorCodes +{ + extern const int LOGICAL_ERROR; +} + namespace Setting { extern const SettingsUInt64 glob_expansion_max_elements;