summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsScriptC.cpp
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2011-02-25 09:34:33 -0800
committerAlex Sakhartchouk <alexst@google.com>2011-02-25 09:34:33 -0800
commitebd65bbb848b2f3ee8dc55e485d201c681361d15 (patch)
tree113712ff8f643c5647e6a283b5708769ca75dc97 /libs/rs/rsScriptC.cpp
parent563db5343f93fec6897304443b501e397292401b (diff)
downloadframeworks_base-ebd65bbb848b2f3ee8dc55e485d201c681361d15.zip
frameworks_base-ebd65bbb848b2f3ee8dc55e485d201c681361d15.tar.gz
frameworks_base-ebd65bbb848b2f3ee8dc55e485d201c681361d15.tar.bz2
Moving dependency includes out of librs headers.
When we want to use it on the host, we shouldn't need to go hunting for every external dependency Change-Id: I885262acdcdf5ede4a9392235f35d5e2f7038e8b
Diffstat (limited to 'libs/rs/rsScriptC.cpp')
-rw-r--r--libs/rs/rsScriptC.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp
index 445a4e4..e12926b 100644
--- a/libs/rs/rsScriptC.cpp
+++ b/libs/rs/rsScriptC.cpp
@@ -26,6 +26,8 @@ extern "C" {
#include <GLES/gl.h>
#include <GLES/glext.h>
+#include <bcc/bcc.h>
+
using namespace android;
using namespace android::renderscript;