commit | 6b50780363d3bb8db600c770183fa07677509ae8 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Tue Nov 03 10:09:59 2015 -0800 |
committer | John Reck <jreck@google.com> | Tue Nov 03 10:09:59 2015 -0800 |
tree | 0679f62b2f0f680d5eabd3589e89b1fc1ec9f866 | |
parent | 562bb9f3a7c100463505b5a91df13da3c72d628f [diff] [blame] |
Remove almost-all android::Singleton users Bug: 25426213 Change-Id: I88e6206e8915cce95c3a8a8a82a4bb8fbf668141
diff --git a/libs/hwui/PathCache.cpp b/libs/hwui/PathCache.cpp index 4031f2e1..fd9ab18 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 {