diff options
| author | 2015-01-29 00:55:06 +0000 | |
|---|---|---|
| committer | 2015-01-29 00:55:07 +0000 | |
| commit | 1f08f377a4d0eb9e703423a3da0b8bb9d6f00338 (patch) | |
| tree | 1fd30e702540dcaacc4b51957d1f9964fd61c1c1 /libs/hwui/GradientCache.h | |
| parent | 2920f0f51092635330e5f011ec815571231b4c72 (diff) | |
| parent | 96a5c4c7bab6718524de7253da8309143ab48bef (diff) | |
Merge "Move more GL state management to RenderState and its directory"
Diffstat (limited to 'libs/hwui/GradientCache.h')
| -rw-r--r-- | libs/hwui/GradientCache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/GradientCache.h b/libs/hwui/GradientCache.h index 9176c763a65d..1714e6d6523a 100644 --- a/libs/hwui/GradientCache.h +++ b/libs/hwui/GradientCache.h @@ -17,6 +17,8 @@ #ifndef ANDROID_HWUI_GRADIENT_CACHE_H #define ANDROID_HWUI_GRADIENT_CACHE_H +#include <memory> + #include <GLES3/gl3.h> #include <SkShader.h> |