From 75da76c7cdca298c6059e8f745b07c8a343324f0 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Tue, 13 Jun 2023 19:34:06 +0000 Subject: [PATCH] Add missing includes (flutter/engine#42812) See https://fxrev.dev/869997. --- .../shell/platform/fuchsia/dart_runner/dart_runner.cc | 1 + engine/src/flutter/shell/platform/fuchsia/flutter/runner.cc | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/engine/src/flutter/shell/platform/fuchsia/dart_runner/dart_runner.cc b/engine/src/flutter/shell/platform/fuchsia/dart_runner/dart_runner.cc index eebe34ec5de..508473e9f39 100644 --- a/engine/src/flutter/shell/platform/fuchsia/dart_runner/dart_runner.cc +++ b/engine/src/flutter/shell/platform/fuchsia/dart_runner/dart_runner.cc @@ -7,6 +7,7 @@ #include #include #include +#include #include #include #include diff --git a/engine/src/flutter/shell/platform/fuchsia/flutter/runner.cc b/engine/src/flutter/shell/platform/fuchsia/flutter/runner.cc index e49c6890f87..d9af6c25249 100644 --- a/engine/src/flutter/shell/platform/fuchsia/flutter/runner.cc +++ b/engine/src/flutter/shell/platform/fuchsia/flutter/runner.cc @@ -7,8 +7,11 @@ #include #include #include +#include #include +#include #include +#include #include #include @@ -19,8 +22,6 @@ #include "flutter/fml/make_copyable.h" #include "flutter/lib/ui/text/font_collection.h" #include "flutter/runtime/dart_vm.h" -#include "lib/async/default.h" -#include "lib/sys/cpp/component_context.h" #include "runtime/dart/utils/files.h" #include "runtime/dart/utils/root_inspect_node.h" #include "runtime/dart/utils/vmo.h"