| Index: webrtc/base/network.h
|
| diff --git a/webrtc/base/network.h b/webrtc/base/network.h
|
| index 623ead06ffe2043d977acb969cb5cdd8eaa6bcc1..52d7d35a2c924e5dcfa6fcf808128dcfaa42e7ff 100644
|
| --- a/webrtc/base/network.h
|
| +++ b/webrtc/base/network.h
|
| @@ -11,13 +11,14 @@
|
| #ifndef WEBRTC_BASE_NETWORK_H_
|
| #define WEBRTC_BASE_NETWORK_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <deque>
|
| #include <map>
|
| #include <memory>
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "webrtc/base/basictypes.h"
|
| #include "webrtc/base/ipaddress.h"
|
| #include "webrtc/base/networkmonitor.h"
|
| #include "webrtc/base/messagehandler.h"
|
|
|