commit | 4b962e57a9a1fa923283f2d76855c1c68449564f | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Mon Jun 22 17:15:15 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Mon Jun 22 17:15:15 2009 -0700 |
tree | b6f1aefe41fbcd1d6bd29de6e46c40e234b48c48 | |
parent | bba134c8a1dcfe0c8473307a95899a02c9553504 [diff] [blame] |
Cleanup includes so Log.h can use the tag. rsUtils.h is the file that should be included everywhere and contain rs global defines.
diff --git a/libs/rs/rsProgramVertex.cpp b/libs/rs/rsProgramVertex.cpp index 19afad5..ec66662 100644 --- a/libs/rs/rsProgramVertex.cpp +++ b/libs/rs/rsProgramVertex.cpp
@@ -17,6 +17,9 @@ #include "rsContext.h" #include "rsProgramVertex.h" +#include <GLES/gl.h> +#include <GLES/glext.h> + using namespace android; using namespace android::renderscript;