We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae2912 commit f0476d0Copy full SHA for f0476d0
src/Storages/tests/gtest_delta_kernel.cpp
@@ -1,9 +1,10 @@
1
#include "config.h"
2
3
+#include <gtest/gtest.h>
4
+
5
#if USE_DELTA_KERNEL_RS
6
7
#include <base/scope_guard.h>
-#include <gtest/gtest.h>
8
#include <Common/tests/gtest_global_context.h>
9
#include <Common/tests/gtest_global_register.h>
10
#include <Common/logger_useful.h>
0 commit comments