am 89e98da5: am a848b972: am 89b7a104: Merge "Add missing includes for threads.h"

* commit '89e98da5ac2596bd532bd6209ee3bda5a3842577':
  Add missing includes for threads.h
This commit is contained in:
Derek Sollenberger
2012-03-08 11:32:04 -08:00
committed by Android Git Automerger
2 changed files with 2 additions and 0 deletions

View File

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

View File

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