Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a3bfe11

Browse files
committed
fixed new imports
1 parent 7e0cb8f commit a3bfe11

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

shell/platform/darwin/ios/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ source_set("ios_test_flutter_mrc") {
210210
deps = [
211211
":flutter_framework_source",
212212
"//flutter/common:common",
213+
"//flutter/lib/ui:ui",
213214
"//flutter/shell/common:common",
214215
"//flutter/shell/platform/darwin/common:framework_shared",
215216
"//flutter/shell/platform/embedder:embedder_as_internal_library",

shell/platform/darwin/ios/platform_message_handler_ios_test.mm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
#import "flutter/common/task_runners.h"
1010
#import "flutter/fml/message_loop.h"
1111
#import "flutter/fml/thread.h"
12+
#import "flutter/lib/ui/window/platform_message.h"
13+
#import "flutter/lib/ui/window/platform_message_response.h"
1214
#import "flutter/shell/common/thread_host.h"
1315
#import "flutter/shell/platform/darwin/common/framework/Headers/FlutterMacros.h"
1416

0 commit comments

Comments
 (0)