diff --git a/include/helpers.hpp b/include/helpers.hpp index a95931d4..4857be5f 100644 --- a/include/helpers.hpp +++ b/include/helpers.hpp @@ -7,6 +7,8 @@ #include #include #include +#include +#include #include "termcolor.hpp" @@ -47,7 +49,7 @@ namespace Helpers { std::cout << termcolor::on_red << "[FATAL] "; std::printf(fmt, args...); std::cout << termcolor::reset << "\n"; - + std::this_thread::sleep_for(std::chrono::minutes(5)); exit(1); }