summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-03-07 22:32:30 +0100
committerTao Bao <tbao@google.com>2017-03-07 22:33:27 +0100
commited4a537bf0494f39ee76f4bf5c31cf9fd4c5eb03 (patch)
treef35d516b18e85590bc122af41d71157ebd90a512
parentMerge "recovery: Drop the "--stages" / '-g' argument." (diff)
downloadandroid_bootable_recovery-ed4a537bf0494f39ee76f4bf5c31cf9fd4c5eb03.tar
android_bootable_recovery-ed4a537bf0494f39ee76f4bf5c31cf9fd4c5eb03.tar.gz
android_bootable_recovery-ed4a537bf0494f39ee76f4bf5c31cf9fd4c5eb03.tar.bz2
android_bootable_recovery-ed4a537bf0494f39ee76f4bf5c31cf9fd4c5eb03.tar.lz
android_bootable_recovery-ed4a537bf0494f39ee76f4bf5c31cf9fd4c5eb03.tar.xz
android_bootable_recovery-ed4a537bf0494f39ee76f4bf5c31cf9fd4c5eb03.tar.zst
android_bootable_recovery-ed4a537bf0494f39ee76f4bf5c31cf9fd4c5eb03.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)