commit | 1aa5a4eb81b8b88aeb5d2b6f4c47356fd0a62923 | [log] [tgz] |
---|---|---|
author | Jason Sams <[email protected]> | Mon Jun 22 17:15:15 2009 -0700 |
committer | Jason Sams <[email protected]> | Mon Jun 22 17:15:15 2009 -0700 |
tree | 67b1f6f5e372adadfba4ac7f6053dc5a665f5c41 | |
parent | 62bc1db27ba17f7eed0a6dfb639da7326753b268 [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/rsProgramFragmentStore.cpp b/rsProgramFragmentStore.cpp index 96d37ae..0b65680 100644 --- a/rsProgramFragmentStore.cpp +++ b/rsProgramFragmentStore.cpp
@@ -17,6 +17,9 @@ #include "rsContext.h" #include "rsProgramFragmentStore.h" +#include <GLES/gl.h> +#include <GLES/glext.h> + using namespace android; using namespace android::renderscript;