commit | b7f56f9b914c9c1fa9065e9ddfc72f2c930123e1 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Mar 07 21:37:54 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Mar 07 21:37:54 2017 +0000 |
tree | f35d516b18e85590bc122af41d71157ebd90a512 | |
parent | 9bd1dced90da781b4506e46761364ea48f11d309 [diff] | |
parent | ed4a537bf0494f39ee76f4bf5c31cf9fd4c5eb03 [diff] |
Merge "recovery: Add the missing #include."
diff --git a/common.h b/common.h index 3e5f547..bda7935 100644 --- a/common.h +++ b/common.h
@@ -20,6 +20,8 @@ #include <stdio.h> #include <stdarg.h> +#include <string> + #define STRINGIFY(x) #x #define EXPAND(x) STRINGIFY(x)