From ebd65bbb848b2f3ee8dc55e485d201c681361d15 Mon Sep 17 00:00:00 2001 From: Alex Sakhartchouk Date: Fri, 25 Feb 2011 09:34:33 -0800 Subject: 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 --- libs/rs/rsScriptC.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/rs/rsScriptC.cpp') 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 #include +#include + using namespace android; using namespace android::renderscript; -- cgit v1.1