From 6bd439f35c1184f04488ee4f0db21632e1301b51 Mon Sep 17 00:00:00 2001 From: A404M Date: Fri, 7 Feb 2025 21:14:11 +0330 Subject: add plus trying to add return --- src/utils/log.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utils') diff --git a/src/utils/log.h b/src/utils/log.h index 620b2a3..6e6bea9 100644 --- a/src/utils/log.h +++ b/src/utils/log.h @@ -1,5 +1,7 @@ #pragma once +#include + #define printLog(format,...) _printLogBack(format, __FILE_NAME__, __LINE__, ## __VA_ARGS__) #define UNREACHABLE printLog("Unreachable");exit(1) -- cgit v1.2.3