| Index: net/base/ip_address.h
|
| diff --git a/net/base/ip_address.h b/net/base/ip_address.h
|
| index 37a5ab6c7f778abb486be74dac4848e541f03499..bba5fc36989fb7729c8484e31389a9277ea57bb9 100644
|
| --- a/net/base/ip_address.h
|
| +++ b/net/base/ip_address.h
|
| @@ -5,9 +5,11 @@
|
| #ifndef NET_BASE_IP_ADDRESS_NET_H_
|
| #define NET_BASE_IP_ADDRESS_NET_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/strings/string_piece.h"
|
| #include "net/base/net_export.h"
|
|
|