From 4cd3ec077dc0903bcf52f4777dc5e1acafb440b0 Mon Sep 17 00:00:00 2001 From: David Worsham Date: Fri, 26 Jun 2020 14:53:54 -0700 Subject: [PATCH] Fix broken mac/fuchsia compiles (#19339) --- .../darwin/ios/framework/Source/FlutterPlatformViews_Internal.h | 1 + shell/platform/fuchsia/flutter/platform_view_unittest.cc | 1 + 2 files changed, 2 insertions(+) diff --git a/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews_Internal.h b/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews_Internal.h index 8c570cd97cb..7a4724f5b0c 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews_Internal.h +++ b/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews_Internal.h @@ -14,6 +14,7 @@ #include "flutter/shell/platform/darwin/ios/framework/Headers/FlutterPlatformViews.h" #include "flutter/shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h" #include "flutter/shell/platform/darwin/ios/ios_context.h" +#include "third_party/skia/include/core/SkPictureRecorder.h" // A UIView that is used as the parent for embedded UIViews. // diff --git a/shell/platform/fuchsia/flutter/platform_view_unittest.cc b/shell/platform/fuchsia/flutter/platform_view_unittest.cc index b39fd866b83..89a5658d8dd 100644 --- a/shell/platform/fuchsia/flutter/platform_view_unittest.cc +++ b/shell/platform/fuchsia/flutter/platform_view_unittest.cc @@ -7,6 +7,7 @@ #include #include #include +#include #include #include #include