summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-03-07 22:50:16 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-03-07 22:50:16 +0100
commit9e6c5f9933626cb7aca3a3b515c3c924ff7dfcfc (patch)
treef7da086e937e21669a3169c7c88a6a0fa6fb878b
parentMerge "recovery: Drop the "--stages" / '-g' argument." am: 9bd1dced90 am: ecf5467a82 (diff)
parentMerge "recovery: Add the missing #include." am: b7f56f9b91 (diff)
downloadandroid_bootable_recovery-9e6c5f9933626cb7aca3a3b515c3c924ff7dfcfc.tar
android_bootable_recovery-9e6c5f9933626cb7aca3a3b515c3c924ff7dfcfc.tar.gz
android_bootable_recovery-9e6c5f9933626cb7aca3a3b515c3c924ff7dfcfc.tar.bz2
android_bootable_recovery-9e6c5f9933626cb7aca3a3b515c3c924ff7dfcfc.tar.lz
android_bootable_recovery-9e6c5f9933626cb7aca3a3b515c3c924ff7dfcfc.tar.xz
android_bootable_recovery-9e6c5f9933626cb7aca3a3b515c3c924ff7dfcfc.tar.zst
android_bootable_recovery-9e6c5f9933626cb7aca3a3b515c3c924ff7dfcfc.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)