diff options
| author | 2012-03-05 16:48:32 -0500 | |
|---|---|---|
| committer | 2012-03-06 10:11:27 -0500 | |
| commit | ffa09ece76143d33a0f05400d163840c379541fe (patch) | |
| tree | 7f670098bf687b657dc8e42c786fe2ec8349b185 /libs/hwui/TextureCache.h | |
| parent | c7e5a2fe3042014f78667228a92e41d0a19547fd (diff) | |
Add missing includes for threads.h
The missing header was being transitively included through a
Skia header which is being removed.
Change-Id: I5a65bae076027951fe07d1e7eecd4732124fb0e4
Diffstat (limited to 'libs/hwui/TextureCache.h')
| -rw-r--r-- | libs/hwui/TextureCache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/TextureCache.h b/libs/hwui/TextureCache.h index d8793923f39e..3506f71789cd 100644 --- a/libs/hwui/TextureCache.h +++ b/libs/hwui/TextureCache.h @@ -19,6 +19,7 @@ #include <SkBitmap.h> +#include <utils/threads.h> #include <utils/Vector.h> #include "Debug.h" |