Skip to content

Commit f0476d0

Browse files
committed
fix build
1 parent cae2912 commit f0476d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Storages/tests/gtest_delta_kernel.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#include "config.h"
22

3+
#include <gtest/gtest.h>
4+
35
#if USE_DELTA_KERNEL_RS
46

57
#include <base/scope_guard.h>
6-
#include <gtest/gtest.h>
78
#include <Common/tests/gtest_global_context.h>
89
#include <Common/tests/gtest_global_register.h>
910
#include <Common/logger_useful.h>

0 commit comments

Comments
 (0)