summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-03-07 22:37:54 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-03-07 22:37:54 +0100
commitb7f56f9b914c9c1fa9065e9ddfc72f2c930123e1 (patch)
treef35d516b18e85590bc122af41d71157ebd90a512
parentMerge "recovery: Drop the "--stages" / '-g' argument." (diff)
parentrecovery: Add the missing #include. (diff)
downloadandroid_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
-rw-r--r--common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.h b/common.h
index 3e5f5476f..bda793599 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)