| Index: remoting/protocol/connection_to_client.h
|
| diff --git a/remoting/protocol/connection_to_client.h b/remoting/protocol/connection_to_client.h
|
| index 966e80d2d52756e97f6e67512c8a7a909c7fcc62..3cdca447c641e49af306307ba970b1eff34fffc8 100644
|
| --- a/remoting/protocol/connection_to_client.h
|
| +++ b/remoting/protocol/connection_to_client.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef REMOTING_PROTOCOL_CONNECTION_TO_CLIENT_H_
|
| #define REMOTING_PROTOCOL_CONNECTION_TO_CLIENT_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| #include "remoting/protocol/transport.h"
|
|
|