Add missing momory header file

This commit is contained in:
lanthora 2024-07-01 10:36:21 +08:00 committed by Matej Kenda
parent a82b766628
commit 2442c66f84

View File

@ -24,6 +24,7 @@
#include "Poco/Net/DatagramSocket.h"
#include "Poco/Net/SocketAddress.h"
#include "wepoll.h"
#include <memory>
#else
#include <sys/epoll.h>
#include <sys/eventfd.h>