diff options
| author | 2019-08-27 12:34:34 +0000 | |
|---|---|---|
| committer | 2019-08-27 12:34:34 +0000 | |
| commit | ad1ebb39bb640ca15ffd719f481d66a20abee0d1 (patch) | |
| tree | beb27097f14342fbc628373547b31754c289efdd | |
| parent | d50b505965f56c204b97c81d76de778d4d40d9a4 (diff) | |
| parent | f7689d657fd5050b96925b2142cb7eaf2f28157e (diff) | |
Merge "Stop MinikinSkia.h relying on SkRefCnt.h for <string> and <string_view>"
| -rw-r--r-- | libs/hwui/hwui/MinikinSkia.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/hwui/MinikinSkia.h b/libs/hwui/hwui/MinikinSkia.h index 90f7d48a47ee..298967689cd9 100644 --- a/libs/hwui/hwui/MinikinSkia.h +++ b/libs/hwui/hwui/MinikinSkia.h @@ -20,6 +20,8 @@ #include <SkRefCnt.h> #include <cutils/compiler.h> #include <minikin/MinikinFont.h> +#include <string> +#include <string_view> class SkFont; class SkTypeface; |