Commit 7c15e41d authored by Max Kellermann's avatar Max Kellermann

event/MultiSocketMonitor: add missing <algorithm> include

For std::find_if().
parent 7b540f02
......@@ -20,6 +20,8 @@
#include "config.h"
#include "MultiSocketMonitor.hxx"
#include <algorithm>
#ifndef WIN32
#include <poll.h>
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment