mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Fix build
This commit is contained in:
parent
8130726794
commit
12f74d4e4a
@ -12,7 +12,7 @@ struct ListNode
|
||||
{
|
||||
std::string key;
|
||||
V value;
|
||||
std::atomic<bool> active_in_map;
|
||||
bool active_in_map;
|
||||
};
|
||||
|
||||
template <class V>
|
||||
|
Loading…
Reference in New Issue
Block a user