Merge "recovery: Add the missing #include." am: b7f56f9b91 am: d988b56999
am: fe380a30a6

Change-Id: Icc449069f386c7ea8d80a18fa95b0061e7baf4f4
diff --git a/common.h b/common.h
index 3e5f547..bda7935 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)