mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
fix build error
This commit is contained in:
parent
a2f3337ca1
commit
0991eddcd4
@ -1,7 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include<base/types.h>
|
||||
#include<mutex>
|
||||
#include<shared_mutex>
|
||||
#include <memory>
|
||||
|
||||
namespace DB
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user