Skip to content

Commit fd9d054

Browse files
authored
Explicitly import the CFRunLoop header in message_loop_darwin.mm. (flutter#3528)
1 parent 8405ec3 commit fd9d054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fml/platform/darwin/message_loop_darwin.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#include "flutter/fml/platform/darwin/message_loop_darwin.h"
66

7-
#include <CoreFoundation/CoreFoundation.h>
7+
#include <CoreFoundation/CFRunLoop.h>
88
#include <Foundation/Foundation.h>
99

1010
namespace fml {

0 commit comments

Comments
 (0)