diff options
Diffstat (limited to 'libs/rs/rsScriptC.cpp')
-rw-r--r-- | libs/rs/rsScriptC.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp index 445a4e4edeee..e12926b0a641 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; |