Add missing includes for threads.h

The missing header was being transitively included through a
Skia header which is being removed.

Change-Id: I5a65bae076027951fe07d1e7eecd4732124fb0e4
This commit is contained in:
Derek Sollenberger
2012-03-05 16:48:32 -05:00
committed by Derek Sollenberger
parent c7e5a2fe30
commit ffa09ece76
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
#include <SkShader.h>
#include <utils/threads.h>
#include <utils/Vector.h>
#include "Texture.h"

View File

@@ -19,6 +19,7 @@
#include <SkBitmap.h>
#include <utils/threads.h>
#include <utils/Vector.h>
#include "Debug.h"