commit | fe380a30a6d6c8cb7b267e868984a80e2ea9953c | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Mar 07 21:47:46 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Mar 07 21:47:46 2017 +0000 |
tree | f37e7de77c160b7fc7a460d868b702dcc0a957fe | |
parent | 25f8062e354a34947b6a7225bcb6713ff2ae5feb [diff] | |
parent | d988b56999b807e84d31c31cce6f3db1b7ae0864 [diff] |
Merge "recovery: Add the missing #include." am: b7f56f9b91 am: d988b56999 Change-Id: I3d0b551d86c9dbaf2976f9de7e7e712aadf84a1a
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)