commit | d40699287fb659eca92b93dd325f82babcef77e6 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sun Jan 25 16:07:25 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sun Jan 25 16:07:26 2015 +0000 |
tree | 1578799c96832ea2d7aad6a58f0f4a5057d0f8dc | |
parent | eade3a800effe8f8fb89c8a2da12831bc5ba3239 [diff] | |
parent | e01d9de9816e71e333d4c94c6edcb06752236656 [diff] |
Merge "Add missing <string.h> include."
diff --git a/verifier_test.cpp b/verifier_test.cpp index e2f3d10..93a071e 100644 --- a/verifier_test.cpp +++ b/verifier_test.cpp
@@ -19,6 +19,7 @@ #include <stdarg.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <sys/types.h> #include <sys/stat.h>