From fcd6064f927e8c61c1101a04adfa1564fa0e9b2c Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Sat, 5 Oct 2024 16:16:32 +0800 Subject: [PATCH] Fix CLion --- src/Core/SettingsChangesHistory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/SettingsChangesHistory.cpp b/src/Core/SettingsChangesHistory.cpp index cb69430d236..d3814d6d671 100644 --- a/src/Core/SettingsChangesHistory.cpp +++ b/src/Core/SettingsChangesHistory.cpp @@ -3,7 +3,7 @@ #include #include #include -#include "llvm/Support/CommandLine.h" + namespace DB {