summaryrefslogtreecommitdiff
path: root/src/utils/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/log.h')
-rw-r--r--src/utils/log.h2
1 files changed, 2 insertions, 0 deletions
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 <stdlib.h>
+
#define printLog(format,...) _printLogBack(format, __FILE_NAME__, __LINE__, ## __VA_ARGS__)
#define UNREACHABLE printLog("Unreachable");exit(1)