event/MultiSocketMonitor: add missing <algorithm> include
For std::find_if().
This commit is contained in:
parent
7b540f0226
commit
7c15e41da5
@ -20,6 +20,8 @@
|
||||
#include "config.h"
|
||||
#include "MultiSocketMonitor.hxx"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#ifndef WIN32
|
||||
#include <poll.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user