summaryrefslogtreecommitdiff
path: root/libs/hwui/PathCache.cpp
diff options
context:
space:
mode:
author John Reck <jreck@google.com> 2015-11-03 10:09:59 -0800
committer John Reck <jreck@google.com> 2015-11-03 10:09:59 -0800
commit6b50780363d3bb8db600c770183fa07677509ae8 (patch)
tree0679f62b2f0f680d5eabd3589e89b1fc1ec9f866 /libs/hwui/PathCache.cpp
parent562bb9f3a7c100463505b5a91df13da3c72d628f (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.cpp2
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 {