Skip to content

Commit

Permalink
Add missing include of SkPath (flutter#45996)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kjlubick authored Sep 18, 2023
1 parent 386320b commit d0c1448
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/web_ui/skwasm/contour_measure.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "helpers.h"

#include "third_party/skia/include/core/SkContourMeasure.h"
#include "third_party/skia/include/core/SkPath.h"

using namespace Skwasm;

Expand Down

0 comments on commit d0c1448

Please sign in to comment.