Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 74930e4

Browse files
authored
[fuchsia] Fix the import for dart_api.h (#16269)
1 parent 9361ee5 commit 74930e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ui/compositing/scene_host.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
#include <third_party/tonic/dart_binding_macros.h>
1111
#include <third_party/tonic/logging/dart_invoke.h>
1212

13-
#include "dart/runtime/include/dart_api.h"
1413
#include "flutter/flow/view_holder.h"
1514
#include "flutter/fml/thread_local.h"
1615
#include "flutter/lib/ui/ui_dart_state.h"
16+
#include "third_party/dart/runtime/include/dart_api.h"
1717

1818
namespace {
1919

0 commit comments

Comments
 (0)