Skip to content

Commit 3236b49

Browse files
authored
Add missing includes (flutter#6670)
1 parent dd791f3 commit 3236b49

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

lib/ui/isolate_name_server/isolate_name_server_natives.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#ifndef FLUTTER_LIB_UI_ISOLATE_NAME_SERVER_NATIVES_H_
66
#define FLUTTER_LIB_UI_ISOLATE_NAME_SERVER_NATIVES_H_
77

8+
#include <string>
89
#include "third_party/dart/runtime/include/dart_api.h"
910

1011
namespace tonic {

lib/ui/text/asset_manager_font_provider.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include "flutter/assets/asset_manager.h"
1414
#include "flutter/fml/macros.h"
1515
#include "third_party/skia/include/core/SkFontMgr.h"
16+
#include "third_party/skia/include/core/SkTypeface.h"
1617
#include "txt/font_asset_provider.h"
1718

1819
namespace blink {

third_party/txt/src/minikin/GraphemeBreak.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
#ifndef MINIKIN_GRAPHEME_BREAK_H
1818
#define MINIKIN_GRAPHEME_BREAK_H
1919

20+
#include <stddef.h>
21+
#include <unicode/utf16.h>
22+
2023
namespace minikin {
2124

2225
class GraphemeBreak {

0 commit comments

Comments
 (0)