Skip to content

Commit 2225185

Browse files
authored
Add missing include to FlutterThreadSynchronizer (flutter#38337)
1 parent 2ff490c commit 2225185

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)