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

Commit d0c1448

Browse files
authored
Add missing include of SkPath (#45996)
This is needed as Skia refactors its #includes internally. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent 386320b commit d0c1448

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/web_ui/skwasm/contour_measure.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include "helpers.h"
77

88
#include "third_party/skia/include/core/SkContourMeasure.h"
9+
#include "third_party/skia/include/core/SkPath.h"
910

1011
using namespace Skwasm;
1112

0 commit comments

Comments
 (0)