Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c421c0d authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 7490

* changes:
  Fix master build errors post merge with master_gl branch.
parents 4cc8c7dd 399bfce2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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>

+3 −0
Original line number Diff line number Diff line
@@ -24,6 +24,9 @@
#include <stdlib.h>
#include <pthread.h>

#include <EGL/egl.h>
#include <math.h>

#include "RenderScript.h"

namespace android {