| Index: remoting/host/video_frame_recorder_host_extension.h
|
| diff --git a/remoting/host/video_frame_recorder_host_extension.h b/remoting/host/video_frame_recorder_host_extension.h
|
| index f35ec023ca267c83bf77987a0f2468dde9454e89..17b8e6c45dd4b822de003f79708fe893bb04f450 100644
|
| --- a/remoting/host/video_frame_recorder_host_extension.h
|
| +++ b/remoting/host/video_frame_recorder_host_extension.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef REMOTING_HOST_VIDEO_FRAME_RECORDER_HOST_EXTENSION_H_
|
| #define REMOTING_HOST_VIDEO_FRAME_RECORDER_HOST_EXTENSION_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "remoting/host/host_extension.h"
|
|
|
|
|