#include #include #include #include #include #include "recovery_utils/roots.h" #include "bootloader_message/include/bootloader_message/bootloader_message.h" extern std::string stage; class args { public: static std::vector get_args(const int *argc, char*** const argv); };