diff options
| author | 2010-07-12 09:17:13 -0700 | |
|---|---|---|
| committer | 2010-07-12 09:17:13 -0700 | |
| commit | a5c381fd51deb4bdd8fea3141ad00925f2e2cfb6 (patch) | |
| tree | 8509e5479932911021688a4b46bd1a742cd81e0c | |
| parent | e5c1f0321b50782dc79a3f61133a66a450d47a42 (diff) | |
Fix build.
Added missing #include <string.h>.
Change-Id: Idf151876851110098fe538a042f896784821919b
| -rw-r--r-- | opengl/tests/gl_perf/filltest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opengl/tests/gl_perf/filltest.cpp b/opengl/tests/gl_perf/filltest.cpp index ef85807eb5..3d5757fb09 100644 --- a/opengl/tests/gl_perf/filltest.cpp +++ b/opengl/tests/gl_perf/filltest.cpp @@ -19,6 +19,7 @@ #include <time.h> #include <sched.h> #include <sys/resource.h> +#include <string.h> #include <GLES2/gl2.h> #include <GLES2/gl2ext.h> |