Skip to content

Commit

Permalink
Add more missing includes (flutter#38398)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjlubick authored Dec 19, 2022
1 parent 45713ea commit 290f3ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions display_list/display_list_matrix_clip_tracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@
#include "flutter/fml/logging.h"
#include "third_party/skia/include/core/SkClipOp.h"
#include "third_party/skia/include/core/SkM44.h"
#include "third_party/skia/include/core/SkMatrix.h"
#include "third_party/skia/include/core/SkPath.h"
#include "third_party/skia/include/core/SkRRect.h"
#include "third_party/skia/include/core/SkRect.h"
#include "third_party/skia/include/core/SkScalar.h"

namespace flutter {

Expand Down

0 comments on commit 290f3ef

Please sign in to comment.