Merge "Add missing includes for threads.h"

This commit is contained in:
Derek Sollenberger
2012-03-08 08:46:51 -08:00
committed by android code review
2 changed files with 2 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
#include "SkCanvas.h"
#include "SkBitmap.h"
#include <utils/threads.h>
#include <EGL/egl.h>
#include <GLES2/gl2.h>

View File

@@ -23,6 +23,7 @@
*/
#include <YuvToJpegEncoder.h>
#include <utils/threads.h>
namespace android {