diff options
Diffstat (limited to 'net/dns/mock_host_resolver.h')
-rw-r--r-- | net/dns/mock_host_resolver.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/dns/mock_host_resolver.h b/net/dns/mock_host_resolver.h index 6920ae7..71f557e 100644 --- a/net/dns/mock_host_resolver.h +++ b/net/dns/mock_host_resolver.h @@ -5,9 +5,12 @@ #ifndef NET_DNS_MOCK_HOST_RESOLVER_H_ #define NET_DNS_MOCK_HOST_RESOLVER_H_ +#include <stddef.h> + #include <list> #include <map> +#include "base/macros.h" #include "base/memory/weak_ptr.h" #include "base/synchronization/lock.h" #include "base/synchronization/waitable_event.h" |