diff --git a/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews_Internal.h b/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews_Internal.h index 8c570cd97cb96..7a4724f5b0c6b 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 b39fd866b8303..89a5658d8dd63 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