Skip to content

Commit

Permalink
Add missing includes for threads.h
Browse files Browse the repository at this point in the history
The missing header was being transitively included through a
Skia header which is being removed.

Change-Id: I5a65bae076027951fe07d1e7eecd4732124fb0e4
  • Loading branch information
drWulf authored and Derek Sollenberger committed Mar 6, 2012
1 parent c7e5a2f commit ffa09ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/hwui/GradientCache.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include <SkShader.h>

#include <utils/threads.h>
#include <utils/Vector.h>

#include "Texture.h"
Expand Down
1 change: 1 addition & 0 deletions libs/hwui/TextureCache.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include <SkBitmap.h>

#include <utils/threads.h>
#include <utils/Vector.h>

#include "Debug.h"
Expand Down

0 comments on commit ffa09ec

Please sign in to comment.