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

Commit ed4a537b authored by Tao Bao's avatar Tao Bao
Browse files

recovery: Add the missing #include.

Although I checked there's no reference to 'stage' in device-specific
recovery codes (for commit a8d72bc3),
it's insufficient to capture the missing #include issue.

Test: lunch aosp_dragon-userdebug; mmma bootable/recovery
Change-Id: I4c5dbe9acf38918491c3aa776ce358be03f9ecca
parent 9bd1dced
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)