From 6c43bd904f419cc1735128157fc7116c75617caa Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Mon, 28 Mar 2016 15:55:05 -0700 Subject: [PATCH] Fix Mac build --- sky/shell/platform/mac/view_service_provider.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sky/shell/platform/mac/view_service_provider.h b/sky/shell/platform/mac/view_service_provider.h index a8ceb1476..27066271d 100644 --- a/sky/shell/platform/mac/view_service_provider.h +++ b/sky/shell/platform/mac/view_service_provider.h @@ -6,6 +6,7 @@ #define SKY_SHELL_PLATFORM_MAC_VIEW_SERVICE_PROVIDER_H_ #include "base/bind.h" +#include "mojo/public/cpp/bindings/strong_binding.h" #include "mojo/public/interfaces/application/service_provider.mojom.h" #include "sky/engine/wtf/Assertions.h" -- GitLab