| Index: remoting/host/gnubby_socket.h
|
| diff --git a/remoting/host/gnubby_socket.h b/remoting/host/gnubby_socket.h
|
| index 50702de89f8683db7b6915bc5f7c57c9c613bbf3..6be61a025a9dc776c4865c78e78953a0f42d14d5 100644
|
| --- a/remoting/host/gnubby_socket.h
|
| +++ b/remoting/host/gnubby_socket.h
|
| @@ -5,10 +5,13 @@
|
| #ifndef REMOTING_HOST_GNUBBY_SOCKET_H_
|
| #define REMOTING_HOST_GNUBBY_SOCKET_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/callback.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/threading/non_thread_safe.h"
|
|
|