Skip to content

Commit 12c4f47

Browse files
committed
Add FML as a dependency to common_cpp_core; fix incorrect include
1 parent 3bdc07f commit 12c4f47

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

engine/src/flutter/shell/platform/common/BUILD.gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ source_set("common_cpp_core") {
148148
sources = [ "path_utils.cc" ]
149149

150150
public_configs = [ "//flutter:config" ]
151+
152+
deps = [ "//flutter/fml:fml" ]
151153
}
152154

153155
if (enable_unittests) {

engine/src/flutter/shell/platform/common/windowing.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#include <optional>
99

10-
#include "flutter/fml/mapping.h"
10+
#include "flutter/fml/logging.h"
1111
#include "geometry.h"
1212

1313
namespace flutter {

0 commit comments

Comments
 (0)