| Index: net/dns/dns_config_service.h
|
| diff --git a/net/dns/dns_config_service.h b/net/dns/dns_config_service.h
|
| index 8e7597d135faa99e6cdf455823e155cdc5a58d47..6b3e9f36f37254062262763701e1460250a73d9f 100644
|
| --- a/net/dns/dns_config_service.h
|
| +++ b/net/dns/dns_config_service.h
|
| @@ -15,6 +15,9 @@
|
| #include "base/threading/non_thread_safe.h"
|
| #include "base/time.h"
|
| #include "base/timer.h"
|
| +// Needed on shared build with MSVS2010 to avoid multiple definitions of
|
| +// std::vector<IPEndPoint>.
|
| +#include "net/base/address_list.h"
|
| #include "net/base/ip_endpoint.h" // win requires size of IPEndPoint
|
| #include "net/base/net_export.h"
|
| #include "net/dns/dns_hosts.h"
|
|
|