From d53d01331b2d80ce47f315c2723ef2ec7cc155cf 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 (cherry picked from commit f1d51ff73fe0cf9d370e51a2aef7ba38c990e17f) --- pdns/mplexer.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/mplexer.hh b/pdns/mplexer.hh index 7ab348151..dfa7bae23 100644 --- a/pdns/mplexer.hh +++ b/pdns/mplexer.hh @@ -31,6 +31,7 @@ #include #include #include "utility.hh" +#include class FDMultiplexerException : public std::runtime_error { -- 2.40.0