Skip to content

Commit e2e151b

Browse files
jason-simmonsloic-sharma
authored andcommitted
Add a missing include to display_list_matrix_clip_tracker.h (flutter#38371)
1 parent 1b1e429 commit e2e151b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

display_list/display_list_matrix_clip_tracker.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include "flutter/fml/logging.h"
1111
#include "third_party/skia/include/core/SkClipOp.h"
1212
#include "third_party/skia/include/core/SkM44.h"
13+
#include "third_party/skia/include/core/SkPath.h"
1314
#include "third_party/skia/include/core/SkRRect.h"
1415

1516
namespace flutter {

0 commit comments

Comments
 (0)