Skip to content

Commit

Permalink
Add missing includes (flutter#6670)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetf authored Oct 26, 2018
1 parent dd791f3 commit 3236b49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui/isolate_name_server/isolate_name_server_natives.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 1 addition & 0 deletions lib/ui/text/asset_manager_font_provider.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
3 changes: 3 additions & 0 deletions third_party/txt/src/minikin/GraphemeBreak.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3236b49

Please sign in to comment.