diff options
| author | Alex Sakhartchouk <alexst@google.com> | 2012-03-09 10:47:27 -0800 |
|---|---|---|
| committer | Alex Sakhartchouk <alexst@google.com> | 2012-03-09 10:47:27 -0800 |
| commit | 4edf030cbb7c6ac08dc563335c2af73c20f6e2e5 (patch) | |
| tree | 4d37fba2d74815f3a29ffbd3dd541a0cf092fbca /rsProgramVertex.cpp | |
| parent | e23d239828a229eb7d4d33c9630070f0a87833e1 (diff) | |
| download | android_frameworks_rs-4edf030cbb7c6ac08dc563335c2af73c20f6e2e5.tar.gz android_frameworks_rs-4edf030cbb7c6ac08dc563335c2af73c20f6e2e5.tar.bz2 android_frameworks_rs-4edf030cbb7c6ac08dc563335c2af73c20f6e2e5.zip | |
More header untangling.
Change-Id: I090943775cbda8d9515cdb484957f6b05d5b1799
Diffstat (limited to 'rsProgramVertex.cpp')
| -rw-r--r-- | rsProgramVertex.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rsProgramVertex.cpp b/rsProgramVertex.cpp index c8a53eab..23fcbe72 100644 --- a/rsProgramVertex.cpp +++ b/rsProgramVertex.cpp @@ -16,6 +16,7 @@ #include "rsContext.h" #include "rsProgramVertex.h" +#include "rsMatrix4x4.h" using namespace android; using namespace android::renderscript; |
