summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-06 23:13:57 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-06 23:13:57 +0000
commitf2e5eb9352fcb27bbc6af89c8f67a58fea0a30cf (patch)
treed36a6a84a40e51172a405f1dde28a5c26bbb8f51 /remoting
parent5b3a7e96fdd94ef0a7f8d375e8b88babcfe5fcc4 (diff)
downloadchromium_src-f2e5eb9352fcb27bbc6af89c8f67a58fea0a30cf.zip
chromium_src-f2e5eb9352fcb27bbc6af89c8f67a58fea0a30cf.tar.gz
chromium_src-f2e5eb9352fcb27bbc6af89c8f67a58fea0a30cf.tar.bz2
Fix build break on mac.
TBR=ajwong git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61726 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r--remoting/host/event_executor_mac.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/host/event_executor_mac.cc b/remoting/host/event_executor_mac.cc
index 89acece..0d8aefa 100644
--- a/remoting/host/event_executor_mac.cc
+++ b/remoting/host/event_executor_mac.cc
@@ -4,6 +4,8 @@
#include "remoting/host/event_executor_mac.h"
+#include "remoting/protocol/messages_decoder.h"
+
namespace remoting {
EventExecutorMac::EventExecutorMac(Capturer* capturer)