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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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