summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-03-07 22:45:47 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-03-07 22:45:47 +0100
commitd988b56999b807e84d31c31cce6f3db1b7ae0864 (patch)
treef37e7de77c160b7fc7a460d868b702dcc0a957fe
parentMerge "recovery: Drop the "--stages" / '-g' argument." (diff)
parentMerge "recovery: Add the missing #include." (diff)
downloadandroid_bootable_recovery-d988b56999b807e84d31c31cce6f3db1b7ae0864.tar
android_bootable_recovery-d988b56999b807e84d31c31cce6f3db1b7ae0864.tar.gz
android_bootable_recovery-d988b56999b807e84d31c31cce6f3db1b7ae0864.tar.bz2
android_bootable_recovery-d988b56999b807e84d31c31cce6f3db1b7ae0864.tar.lz
android_bootable_recovery-d988b56999b807e84d31c31cce6f3db1b7ae0864.tar.xz
android_bootable_recovery-d988b56999b807e84d31c31cce6f3db1b7ae0864.tar.zst
android_bootable_recovery-d988b56999b807e84d31c31cce6f3db1b7ae0864.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)