From: Willem Jan Withagen Date: Fri, 29 Jul 2016 18:57:57 +0000 (+0200) Subject: common/dns_resolve.h: Make sure the .h file has al required includes. X-Git-Tag: ses5-milestone5~232^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F10505%2Fhead;p=ceph.git common/dns_resolve.h: Make sure the .h file has al required includes. Signed-off-by: Willem Jan Withagen --- diff --git a/src/common/dns_resolve.h b/src/common/dns_resolve.h index 074564ddbb1a..dbcc79a7b5c9 100644 --- a/src/common/dns_resolve.h +++ b/src/common/dns_resolve.h @@ -16,6 +16,7 @@ #include #include +#include #include #include "common/Mutex.h"