Merge "recovery: Add the missing #include."

This commit is contained in:
Tao Bao
2017-03-07 21:37:54 +00:00
committed by Gerrit Code Review

View File

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