Explicitly import the CFRunLoop header in message_loop_darwin.mm. (flutter/engine#3528)

This commit is contained in:
Chinmay Garde 2017-03-27 15:58:04 -07:00 committed by GitHub
parent d952b95202
commit 285afefbd9

View File

@ -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 {