Skip to content

Commit

Permalink
Add missing momory header file
Browse files Browse the repository at this point in the history
  • Loading branch information
lanthora authored and matejk committed Jul 2, 2024
1 parent a82b766 commit 2442c66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Net/src/PollSet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2442c66

Please sign in to comment.