diff options
| author | Tim Murray <timmurray@google.com> | 2013-02-13 14:52:20 -0800 |
|---|---|---|
| committer | Tim Murray <timmurray@google.com> | 2013-02-13 14:52:42 -0800 |
| commit | b206acefa7ef03e02d3e8e161f8a1493329246b3 (patch) | |
| tree | 941a0f61ae3c5e750fb4ac84c6772f0c48929dff /cpp/Script.cpp | |
| parent | 96267c2ff0133c20cc5643419a3ed3b1e75fe568 (diff) | |
Move rs.h includes to source files.
Change-Id: Ic49e3fa5580c67f35a21f95872794ea03dd114b6
Diffstat (limited to 'cpp/Script.cpp')
| -rw-r--r-- | cpp/Script.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/Script.cpp b/cpp/Script.cpp index 0f87adbc..ee03aafa 100644 --- a/cpp/Script.cpp +++ b/cpp/Script.cpp @@ -18,6 +18,7 @@ #include <malloc.h> #include "RenderScript.h" +#include <rs.h> using namespace android; using namespace RSC; |
