| Index: remoting/protocol/channel_socket_adapter.h
|
| diff --git a/remoting/protocol/channel_socket_adapter.h b/remoting/protocol/channel_socket_adapter.h
|
| index f4a339f610ea1d4c7b2191acc0b6934afa130079..9da2a90e7125dc9f3f43e1d99ea25cb33cdfa15b 100644
|
| --- a/remoting/protocol/channel_socket_adapter.h
|
| +++ b/remoting/protocol/channel_socket_adapter.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef REMOTING_PROTOCOL_CHANNEL_SOCKET_ADAPTER_H_
|
| #define REMOTING_PROTOCOL_CHANNEL_SOCKET_ADAPTER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/callback_forward.h"
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/threading/thread_checker.h"
|
| #include "remoting/protocol/p2p_datagram_socket.h"
|
| #include "third_party/webrtc/base/asyncpacketsocket.h"
|
|
|