| Index: remoting/host/client_session.h
|
| diff --git a/remoting/host/client_session.h b/remoting/host/client_session.h
|
| index 2c220b672efc558c916435d5e3000c9363d283cf..f19a6c891719d3755cc6d5b5ec755e4d86bb9579 100644
|
| --- a/remoting/host/client_session.h
|
| +++ b/remoting/host/client_session.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef REMOTING_HOST_CLIENT_SESSION_H_
|
| #define REMOTING_HOST_CLIENT_SESSION_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/sequenced_task_runner_helpers.h"
|
|
|