Commit cff1aff5 by alokp@chromium.org

Fixed compile error on a few linux buildbots. Included string.h for memset.

Review URL: http://codereview.appspot.com/1218041 git-svn-id: https://angleproject.googlecode.com/svn/trunk@288 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent 2b7ebdb9
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
// //
#include <stddef.h> #include <stddef.h>
#include <string.h>
#include <vector> #include <vector>
// If we are using guard blocks, we must track each indivual // If we are using guard blocks, we must track each indivual
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment