summaryrefslogtreecommitdiff
path: root/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
commit02000b3cdcb2ac369bd06313932b26d4b8e023a9 (patch)
tree44b367a91700fa6648086db501799096839c87f1 /rsScriptC.cpp
parent8ceb281cdc9297a7dbbedb790b0e2acb5bd146f7 (diff)
downloadrs-02000b3cdcb2ac369bd06313932b26d4b8e023a9.tar.gz
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 'rsScriptC.cpp')
-rw-r--r--rsScriptC.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/rsScriptC.cpp b/rsScriptC.cpp
index 445a4e4e..e12926b0 100644
--- a/rsScriptC.cpp
+++ b/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;