From 2ba0ad6a06ea90154ac2deeddb6fbfc867737d8b Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:13:06 +0200 Subject: [PATCH] Update helpers.hpp --- include/helpers.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/helpers.hpp b/include/helpers.hpp index a95931d4a..4857be5f3 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); }