diff options
Diffstat (limited to 'remoting/host/event_executor_win.cc')
-rw-r--r-- | remoting/host/event_executor_win.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/host/event_executor_win.cc b/remoting/host/event_executor_win.cc index bf5df99..283d4aa 100644 --- a/remoting/host/event_executor_win.cc +++ b/remoting/host/event_executor_win.cc @@ -8,6 +8,8 @@ #include "app/keyboard_codes.h" #include "base/stl_util-inl.h" #include "remoting/host/capturer.h" +// TODO(hclam): Should not include internal.pb.h here. +#include "remoting/proto/internal.pb.h" namespace remoting { |