Fix build

This commit is contained in:
Kruglov Pavel 2023-03-16 16:27:35 +01:00 committed by GitHub
parent 9596c218d9
commit 2f2d7133c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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