Merge change 7490

* changes:
  Fix master build errors post merge with master_gl branch.
This commit is contained in:
Android (Google) Code Review
2009-07-15 18:34:24 -07:00
2 changed files with 5 additions and 0 deletions

View File

@@ -17,6 +17,8 @@
#ifndef ANDROID_RS_CONTEXT_H
#define ANDROID_RS_CONTEXT_H
#include "rsUtils.h"
#include <utils/Vector.h>
#include <ui/Surface.h>

View File

@@ -24,6 +24,9 @@
#include <stdlib.h>
#include <pthread.h>
#include <EGL/egl.h>
#include <math.h>
#include "RenderScript.h"
namespace android {