diff options
author | 2024-01-22 13:57:07 +0000 | |
---|---|---|
committer | 2024-01-22 13:57:13 +0000 | |
commit | 361b9f779f6b075e0dd7cb0602fa08adf68c578e (patch) | |
tree | 068bd4ded51072396c9b9265c334eecf56f0b4d9 | |
parent | 0cf60fb242ee7a634656091377531efe06347446 (diff) |
Fix #includes in hwui/jni/PathMeasure.cpp
Change-Id: Iacacba4e4cf03b1c9fd02ffef39ca99e4c597160
-rw-r--r-- | libs/hwui/jni/PathMeasure.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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 |