mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
Fix build
This commit is contained in:
parent
2ed9c12ba6
commit
37c4ac6cdd
@ -62,6 +62,7 @@ AIOContext::AIOContext(AIOContext && rhs)
|
||||
AIOContext & AIOContext::operator=(AIOContext && rhs)
|
||||
{
|
||||
std::swap(ctx, rhs.ctx);
|
||||
return *this;
|
||||
}
|
||||
|
||||
#elif defined(OS_FREEBSD)
|
||||
|
Loading…
Reference in New Issue
Block a user