Skip to content

Commit

Permalink
Explicitly import the CFRunLoop header in message_loop_darwin.mm. (fl…
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaygarde authored Mar 27, 2017
1 parent 8405ec3 commit fd9d054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fml/platform/darwin/message_loop_darwin.mm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

#include <CoreFoundation/CoreFoundation.h>
#include <CoreFoundation/CFRunLoop.h>
#include <Foundation/Foundation.h>

namespace fml {
Expand Down

0 comments on commit fd9d054

Please sign in to comment.