From f1d51ff73fe0cf9d370e51a2aef7ba38c990e17f Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 4 Dec 2017 09:41:49 +0100 Subject: [PATCH] Add the missing include to mplexer.hh for struct timeval --- pdns/mplexer.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/mplexer.hh b/pdns/mplexer.hh index 3e9c8cd3e..880abd18b 100644 --- a/pdns/mplexer.hh +++ b/pdns/mplexer.hh @@ -30,6 +30,7 @@ #include #include #include +#include class FDMultiplexerException : public std::runtime_error { -- 2.50.1