mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-09 00:07:35 +01:00
Add missing momory header file
This commit is contained in:
@@ -24,6 +24,7 @@
|
|||||||
#include "Poco/Net/DatagramSocket.h"
|
#include "Poco/Net/DatagramSocket.h"
|
||||||
#include "Poco/Net/SocketAddress.h"
|
#include "Poco/Net/SocketAddress.h"
|
||||||
#include "wepoll.h"
|
#include "wepoll.h"
|
||||||
|
#include <memory>
|
||||||
#else
|
#else
|
||||||
#include <sys/epoll.h>
|
#include <sys/epoll.h>
|
||||||
#include <sys/eventfd.h>
|
#include <sys/eventfd.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user