From 361b9f779f6b075e0dd7cb0602fa08adf68c578e Mon Sep 17 00:00:00 2001
From: Kevin Lubick <kjlubick@google.com>
Date: Mon, 22 Jan 2024 13:57:07 +0000
Subject: [PATCH] Fix #includes in hwui/jni/PathMeasure.cpp

Change-Id: Iacacba4e4cf03b1c9fd02ffef39ca99e4c597160
---
 libs/hwui/jni/PathMeasure.cpp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/libs/hwui/jni/PathMeasure.cpp b/libs/hwui/jni/PathMeasure.cpp
index acf893e9544c..79acb6cc35e5 100644
--- a/libs/hwui/jni/PathMeasure.cpp
+++ b/libs/hwui/jni/PathMeasure.cpp
@@ -17,7 +17,11 @@
 
 #include "GraphicsJNI.h"
 
+#include "SkMatrix.h"
+#include "SkPath.h"
 #include "SkPathMeasure.h"
+#include "SkPoint.h"
+#include "SkScalar.h"
 
 /*  We declare an explicit pair, so that we don't have to rely on the java
     client to be sure not to edit the path while we have an active measure
-- 
GitLab