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

Change-Id: I3d0b551d86c9dbaf2976f9de7e7e712aadf84a1a
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)