mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Fix build
This commit is contained in:
parent
9596c218d9
commit
2f2d7133c5
@ -1,5 +1,7 @@
|
||||
#include <Client/PacketReceiver.h>
|
||||
|
||||
#if defined(OS_LINUX)
|
||||
|
||||
namespace DB
|
||||
{
|
||||
|
||||
@ -68,3 +70,5 @@ void PacketReceiver::Task::run(AsyncCallback async_callback, ResumeCallback susp
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user