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/GradientCache.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/GradientCache.h')
| -rw-r--r-- | libs/hwui/GradientCache.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/GradientCache.h b/libs/hwui/GradientCache.h index 733985317c7c..7e2c69aa581c 100644 --- a/libs/hwui/GradientCache.h +++ b/libs/hwui/GradientCache.h @@ -19,6 +19,7 @@  #include <SkShader.h> +#include <utils/threads.h>  #include <utils/Vector.h>  #include "Texture.h"  |