Skip to content

Commit 4cd3ec0

Browse files
authored
Fix broken mac/fuchsia compiles (flutter#19339)
1 parent de74f8a commit 4cd3ec0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

shell/platform/darwin/ios/framework/Source/FlutterPlatformViews_Internal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include "flutter/shell/platform/darwin/ios/framework/Headers/FlutterPlatformViews.h"
1515
#include "flutter/shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h"
1616
#include "flutter/shell/platform/darwin/ios/ios_context.h"
17+
#include "third_party/skia/include/core/SkPictureRecorder.h"
1718

1819
// A UIView that is used as the parent for embedded UIViews.
1920
//

shell/platform/fuchsia/flutter/platform_view_unittest.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <gtest/gtest.h>
88
#include <lib/async-loop/cpp/loop.h>
99
#include <lib/async-loop/default.h>
10+
#include <lib/async/default.h>
1011
#include <lib/fidl/cpp/binding_set.h>
1112
#include <lib/fidl/cpp/interface_request.h>
1213
#include <lib/sys/cpp/testing/service_directory_provider.h>

0 commit comments

Comments
 (0)