mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add missing includes (flutter/engine#6670)
This commit is contained in:
parent
098f31c86f
commit
98ef33a4a3
@ -5,6 +5,7 @@
|
||||
#ifndef FLUTTER_LIB_UI_ISOLATE_NAME_SERVER_NATIVES_H_
|
||||
#define FLUTTER_LIB_UI_ISOLATE_NAME_SERVER_NATIVES_H_
|
||||
|
||||
#include <string>
|
||||
#include "third_party/dart/runtime/include/dart_api.h"
|
||||
|
||||
namespace tonic {
|
||||
|
||||
@ -13,6 +13,7 @@
|
||||
#include "flutter/assets/asset_manager.h"
|
||||
#include "flutter/fml/macros.h"
|
||||
#include "third_party/skia/include/core/SkFontMgr.h"
|
||||
#include "third_party/skia/include/core/SkTypeface.h"
|
||||
#include "txt/font_asset_provider.h"
|
||||
|
||||
namespace blink {
|
||||
|
||||
@ -17,6 +17,9 @@
|
||||
#ifndef MINIKIN_GRAPHEME_BREAK_H
|
||||
#define MINIKIN_GRAPHEME_BREAK_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <unicode/utf16.h>
|
||||
|
||||
namespace minikin {
|
||||
|
||||
class GraphemeBreak {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user