diff options
| author | Jason Sams <jsams@google.com> | 2014-11-12 00:10:23 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-11-12 00:10:23 +0000 |
| commit | 8dfd7a77b68ca41ac6502ca596f3a21e06865e24 (patch) | |
| tree | c69a1ba8c036b22d0c86583e31883ee6615a089b /cpp/RenderScript.cpp | |
| parent | 4d5651ba7f059648caf3186a44f70bc8dbe65711 (diff) | |
| parent | 66f0a168c4227d4e302f4ffb21ec7e9d7b9ca828 (diff) | |
Merge "Cleanup includes for rs/cpp to not expose internal details."
Diffstat (limited to 'cpp/RenderScript.cpp')
| -rw-r--r-- | cpp/RenderScript.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/RenderScript.cpp b/cpp/RenderScript.cpp index e2fd651e..44747414 100644 --- a/cpp/RenderScript.cpp +++ b/cpp/RenderScript.cpp @@ -21,6 +21,7 @@ #include "RenderScript.h" #include "rsCppStructs.h" #include "rsCppInternal.h" +#include "rsDispatch.h" #include <dlfcn.h> #include <unistd.h> |
