diff options
author | 2012-03-09 10:47:27 -0800 | |
---|---|---|
committer | 2012-03-09 10:47:27 -0800 | |
commit | bedc023170ccde8cc814df0b3e46a834b297325a (patch) | |
tree | b8d77f66f0295aa10cb159875aa5dfa707dc6384 /libs/rs/rsProgramVertex.cpp | |
parent | 137ccbb8de51fd2e7936e1da447856373cc90c17 (diff) |
More header untangling.
Change-Id: I090943775cbda8d9515cdb484957f6b05d5b1799
Diffstat (limited to 'libs/rs/rsProgramVertex.cpp')
-rw-r--r-- | libs/rs/rsProgramVertex.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/rs/rsProgramVertex.cpp b/libs/rs/rsProgramVertex.cpp index c8a53eab2012..23fcbe720164 100644 --- a/libs/rs/rsProgramVertex.cpp +++ b/libs/rs/rsProgramVertex.cpp @@ -16,6 +16,7 @@ #include "rsContext.h" #include "rsProgramVertex.h" +#include "rsMatrix4x4.h" using namespace android; using namespace android::renderscript; |