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

Commit 00f20fb

Browse files
authored
Include SkRect in rtree. (#42050)
fixes flutter/flutter#126864 [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent dffc480 commit 00f20fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow/rtree.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include "flutter/fml/logging.h"
1010
#include "third_party/skia/include/core/SkBBHFactory.h"
11+
#include "third_party/skia/include/core/SkRect.h"
1112

1213
namespace flutter {
1314

0 commit comments

Comments
 (0)