From 93e1add1e4eaa6d754435e13d0e371ea667a2002 Mon Sep 17 00:00:00 2001 From: "hclam@chromium.org" Date: Thu, 28 Oct 2010 22:00:09 +0000 Subject: Fix mac compilation issue TBR=ncarter Review URL: http://codereview.chromium.org/4135010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64320 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/host/event_executor_mac.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'remoting/host/event_executor_mac.cc') diff --git a/remoting/host/event_executor_mac.cc b/remoting/host/event_executor_mac.cc index 0d8aefa..7e64324 100644 --- a/remoting/host/event_executor_mac.cc +++ b/remoting/host/event_executor_mac.cc @@ -4,7 +4,8 @@ #include "remoting/host/event_executor_mac.h" -#include "remoting/protocol/messages_decoder.h" +#include "remoting/proto/internal.pb.h" +#include "remoting/protocol/message_decoder.h" namespace remoting { -- cgit v1.1