From 939d38b13e20f0878f3a6f4c7d237ee97985945f Mon Sep 17 00:00:00 2001 From: Nikolai Kochetov Date: Sat, 9 Oct 2021 10:01:58 +0300 Subject: [PATCH] Fix gtest build. --- src/Storages/tests/gtest_row_source_bits_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Storages/tests/gtest_row_source_bits_test.cpp b/src/Storages/tests/gtest_row_source_bits_test.cpp index 0e7db4b8ab8..c8ea48ff43c 100644 --- a/src/Storages/tests/gtest_row_source_bits_test.cpp +++ b/src/Storages/tests/gtest_row_source_bits_test.cpp @@ -1,6 +1,6 @@ #include -#include +#include using DB::RowSourcePart;