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/Properties.cpp | |
| parent | 71b5d29971f8832c2dbd7c154de585ae077ed131 (diff) | |
| parent | 6b50780363d3bb8db600c770183fa07677509ae8 (diff) | |
Merge "Remove almost-all android::Singleton users"
Diffstat (limited to 'libs/hwui/Properties.cpp')
| -rw-r--r-- | libs/hwui/Properties.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libs/hwui/Properties.cpp b/libs/hwui/Properties.cpp index c0c61db0f5d1..e81818679f3e 100644 --- a/libs/hwui/Properties.cpp +++ b/libs/hwui/Properties.cpp @@ -17,8 +17,12 @@ #include "Debug.h" -#include <algorithm> +#include <cutils/compiler.h> #include <cutils/log.h> +#include <cutils/properties.h> + +#include <algorithm> +#include <cstdlib> namespace android { namespace uirenderer { |