Merge "recovery: Add the missing #include."

am: b7f56f9b91

Change-Id: I2d1801e9bbbea854ef3a81b02514a79adf7a3003
This commit is contained in:
Tao Bao
2017-03-07 21:45:47 +00:00
committed by android-build-merger

View File

@@ -20,6 +20,8 @@
#include <stdio.h>
#include <stdarg.h>
#include <string>
#define STRINGIFY(x) #x
#define EXPAND(x) STRINGIFY(x)