diff options
author | 2015-11-03 10:09:59 -0800 | |
---|---|---|
committer | 2015-11-03 10:09:59 -0800 | |
commit | 6b50780363d3bb8db600c770183fa07677509ae8 (patch) | |
tree | 0679f62b2f0f680d5eabd3589e89b1fc1ec9f866 /libs/hwui/PathCache.cpp | |
parent | 562bb9f3a7c100463505b5a91df13da3c72d628f (diff) |
Remove almost-all android::Singleton users
Bug: 25426213
Change-Id: I88e6206e8915cce95c3a8a8a82a4bb8fbf668141
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 { |