From a4499b47cea9522f91c5f50d050b2ed947025012 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 4 Dec 2017 09:41:49 +0100 Subject: [PATCH] Backport #6041: 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 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.40.0