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

am: fe380a30a6

Change-Id: Icc449069f386c7ea8d80a18fa95b0061e7baf4f4
This commit is contained in:
Tao Bao
2017-03-07 21:50:16 +00:00
committed by android-build-merger
+2
View File
@@ -20,6 +20,8 @@
#include <stdio.h>
#include <stdarg.h>
#include <string>
#define STRINGIFY(x) #x
#define EXPAND(x) STRINGIFY(x)