commit | 852d2e709c980b10def43cfbf4e6553ce12ea07c | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu Mar 26 23:23:32 2015 -0700 |
committer | Dan Albert <danalbert@google.com> | Thu Mar 26 23:23:43 2015 -0700 |
tree | 219eccc4495e475e9ffc34d91d954e2657acf3f4 | |
parent | 4a6d4dbeddcd2c369ec23804e63c07609380e633 [diff] [blame] |
Include what we use. Change-Id: If510431d3d445de94f781b4fdec2e1b445f7c294
diff --git a/strings.cpp b/strings.cpp index 5f7eccc..6f698d9 100644 --- a/strings.cpp +++ b/strings.cpp
@@ -17,6 +17,7 @@ #include "base/strings.h" #include <stdlib.h> +#include <string.h> #include <string> #include <vector>