From 69176403361514e4315387b20863757a3e5fee56 Mon Sep 17 00:00:00 2001 From: David Drysdale Date: Thu, 3 Mar 2016 12:35:38 +0000 Subject: [PATCH] test: add missing #includes for dns-proto.cc --- test/dns-proto.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/dns-proto.cc b/test/dns-proto.cc index 8814d28f..8eb7f2e1 100644 --- a/test/dns-proto.cc +++ b/test/dns-proto.cc @@ -4,6 +4,9 @@ #include "ares.h" #include "ares_dns.h" +#include +#include + #include namespace ares {