Skip to content

Commit 7c2761c

Browse files
knopploic-sharma
authored andcommitted
Add missing include to FlutterThreadSynchronizer (flutter#38337)
1 parent 5cbc70c commit 7c2761c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shell/platform/darwin/macos/framework/Source/FlutterThreadSynchronizer.mm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
#import "fml/synchronization/waitable_event.h"
33

44
#import <QuartzCore/QuartzCore.h>
5+
56
#include <mutex>
7+
#include <vector>
68

79
@interface FlutterThreadSynchronizer () {
810
std::mutex _mutex;

0 commit comments

Comments
 (0)