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

Commit 399bfce2 authored by Jason Sams's avatar Jason Sams
Browse files

Fix master build errors post merge with master_gl branch.

parent 7aa4f3a1
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 {