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

* commit '89b7a104d41c1ecbc1319a3d47199d40d56ebc96':
  Add missing includes for threads.h
This commit is contained in:
Derek Sollenberger
2012-03-08 11:28:31 -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 "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 {