summaryrefslogtreecommitdiff
path: root/cpp/RenderScript.cpp
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2013-07-29 14:30:02 -0700
committerTim Murray <timmurray@google.com>2013-08-01 14:14:07 -0700
commit89daad6bae798779e57f252e9da4fe4e62337124 (patch)
treec55735f278a67b2fe5b74b42581cbfae9c99846c /cpp/RenderScript.cpp
parentdcfaa3c0bf151da7be31463bb3fa4e2b4aea6b8c (diff)
Add basic support for intrinsics. Move sp<> into RScpp.
Change-Id: I74cdee7069a624ded5091d53db3a4b8ce9894033
Diffstat (limited to 'cpp/RenderScript.cpp')
-rw-r--r--cpp/RenderScript.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/RenderScript.cpp b/cpp/RenderScript.cpp
index c7204e30..18e71178 100644
--- a/cpp/RenderScript.cpp
+++ b/cpp/RenderScript.cpp
@@ -19,7 +19,7 @@
#include <pthread.h>
#include "RenderScript.h"
-#include "rs.h"
+#include "rsCppStructs.h"
#include <dlfcn.h>