diff options
author | Tao Bao <tbao@google.com> | 2017-03-07 22:37:54 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-03-07 22:37:54 +0100 |
commit | b7f56f9b914c9c1fa9065e9ddfc72f2c930123e1 (patch) | |
tree | f35d516b18e85590bc122af41d71157ebd90a512 | |
parent | Merge "recovery: Drop the "--stages" / '-g' argument." (diff) | |
parent | recovery: Add the missing #include. (diff) | |
download | android_bootable_recovery-b7f56f9b914c9c1fa9065e9ddfc72f2c930123e1.tar android_bootable_recovery-b7f56f9b914c9c1fa9065e9ddfc72f2c930123e1.tar.gz android_bootable_recovery-b7f56f9b914c9c1fa9065e9ddfc72f2c930123e1.tar.bz2 android_bootable_recovery-b7f56f9b914c9c1fa9065e9ddfc72f2c930123e1.tar.lz android_bootable_recovery-b7f56f9b914c9c1fa9065e9ddfc72f2c930123e1.tar.xz android_bootable_recovery-b7f56f9b914c9c1fa9065e9ddfc72f2c930123e1.tar.zst android_bootable_recovery-b7f56f9b914c9c1fa9065e9ddfc72f2c930123e1.zip |
Diffstat (limited to '')
-rw-r--r-- | common.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ #include <stdio.h> #include <stdarg.h> +#include <string> + #define STRINGIFY(x) #x #define EXPAND(x) STRINGIFY(x) |