diff options
| author | 2015-11-03 18:19:15 +0000 | |
|---|---|---|
| committer | 2015-11-03 18:19:15 +0000 | |
| commit | b4e228918e9317b6b21fee4f9b9c1c20f59c79b8 (patch) | |
| tree | 48d14fb39192b07773577f4b0b4f68a9ad43544e /libs/hwui/PathCache.cpp | |
| parent | 71b5d29971f8832c2dbd7c154de585ae077ed131 (diff) | |
| parent | 6b50780363d3bb8db600c770183fa07677509ae8 (diff) | |
Merge "Remove almost-all android::Singleton users"
Diffstat (limited to 'libs/hwui/PathCache.cpp')
| -rw-r--r-- | libs/hwui/PathCache.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/PathCache.cpp b/libs/hwui/PathCache.cpp index 4031f2e13f39..fd9ab1847f0d 100644 --- a/libs/hwui/PathCache.cpp +++ b/libs/hwui/PathCache.cpp @@ -30,6 +30,8 @@ #include "thread/Signal.h" #include "thread/TaskProcessor.h" +#include <cutils/properties.h> + namespace android { namespace uirenderer { |