Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7f56f9b authored by Tao Bao's avatar Tao Bao Committed by Gerrit Code Review
Browse files

Merge "recovery: Add the missing #include."

parents 9bd1dced ed4a537b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,8 @@
#include <stdio.h>
#include <stdarg.h>

#include <string>

#define STRINGIFY(x) #x
#define EXPAND(x) STRINGIFY(x)