Fixed missing header for gcc (9.3.0) compilation (#346)

This commit is contained in:
Andreas Hausladen
2022-01-07 04:27:00 +01:00
committed by GitHub
parent 60563d88f2
commit 2bc3afcf6c

View File

@ -8,6 +8,7 @@
// emulate the interrupt event by using a short timeout with ix::poll() and
// read from the SelectInterrupt. (see Socket::poll() "Emulation mode")
//
#include <algorithm>
#include "IXSelectInterruptEvent.h"
namespace ix