diff options
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/host/capturer_linux.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/host/capturer_linux.h b/remoting/host/capturer_linux.h index 6f854fc..8e8fcb3 100644 --- a/remoting/host/capturer_linux.h +++ b/remoting/host/capturer_linux.h @@ -5,6 +5,8 @@ #ifndef REMOTING_HOST_CAPTURER_LINUX_H_ #define REMOTING_HOST_CAPTURER_LINUX_H_ +#include "base/basictypes.h" +#include "base/scoped_ptr.h" #include "remoting/host/capturer.h" namespace remoting { |