diff options
-rw-r--r-- | common.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ #include <stdio.h> #include <stdarg.h> +#include <string> + #define STRINGIFY(x) #x #define EXPAND(x) STRINGIFY(x) |
index : anonymous/android_bootable_recovery | ||
Team Win Recovery Project (TWRP) | mirror |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | common.h | 2 |
@@ -20,6 +20,8 @@ #include <stdio.h> #include <stdarg.h> +#include <string> + #define STRINGIFY(x) #x #define EXPAND(x) STRINGIFY(x) |