commit | 9e6c5f9933626cb7aca3a3b515c3c924ff7dfcfc | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Mar 07 21:50:16 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Mar 07 21:50:16 2017 +0000 |
tree | f7da086e937e21669a3169c7c88a6a0fa6fb878b | |
parent | 0310f4b3e3a22ff5ff9ac54b0ac59432ce5a3649 [diff] | |
parent | fe380a30a6d6c8cb7b267e868984a80e2ea9953c [diff] |
Merge "recovery: Add the missing #include." am: b7f56f9b91 am: d988b56999 am: fe380a30a6 Change-Id: Icc449069f386c7ea8d80a18fa95b0061e7baf4f4
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)