diff options
| author | 2012-03-08 17:43:21 -0800 | |
|---|---|---|
| committer | 2012-03-08 17:43:21 -0800 | |
| commit | d7978a28219465e0e579adee3c9258b04c0a5b40 (patch) | |
| tree | 2bde08366e1af362ccbbb548c76de93c86ded694 | |
| parent | 9ad705ce0b8271931f9a09d181069c7466afade4 (diff) | |
| parent | 34ccd7af4216f571c2f88b32fea8bfed8ef0baab (diff) | |
am 34ccd7af: Merge "Add missing includes for threads.h"
* commit '34ccd7af4216f571c2f88b32fea8bfed8ef0baab':
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" |