diff options
| author | 2012-03-08 11:59:01 -0800 | |
|---|---|---|
| committer | 2012-03-08 11:59:03 -0800 | |
| commit | 34ccd7af4216f571c2f88b32fea8bfed8ef0baab (patch) | |
| tree | 7f670098bf687b657dc8e42c786fe2ec8349b185 | |
| parent | c7e5a2fe3042014f78667228a92e41d0a19547fd (diff) | |
| parent | ffa09ece76143d33a0f05400d163840c379541fe (diff) | |
Merge "Add missing includes for threads.h"
| -rw-r--r-- | libs/hwui/GradientCache.h | 1 | ||||
| -rw-r--r-- | libs/hwui/TextureCache.h | 1 |
2 files changed, 2 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" 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" |