diff options
| author | 2012-03-05 16:48:32 -0500 | |
|---|---|---|
| committer | 2012-03-05 16:48:32 -0500 | |
| commit | 029f64303b8fe506ef34c12777da86b830d3bf7a (patch) | |
| tree | 13a3a36467e1b982a0ae6d46f6c6309f1246b76b /libs/hwui/TextureCache.h | |
| parent | eb00769e8983a02397db26a5413147a975b47c1f (diff) | |
Add missing includes for Mutex.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..10a05e0b54c2 100644 --- a/libs/hwui/TextureCache.h +++ b/libs/hwui/TextureCache.h @@ -19,6 +19,7 @@ #include <SkBitmap.h> +#include <utils/Mutex.h> #include <utils/Vector.h> #include "Debug.h" |