~singpolyma/biboumi

12feb1509ed25580a37f57963832c4c375c86c93 — louiz’ 3 years ago 1833946
Fix a compile error with gcc 10

Fix #3431
1 files changed, 1 insertions(+), 0 deletions(-)

M src/network/dns_handler.cpp
M src/network/dns_handler.cpp => src/network/dns_handler.cpp +1 -0
@@ 9,6 9,7 @@

#include <udns.h>
#include <cerrno>
#include <stdexcept>
#include <cstring>

class Resolver;