From 4b9ab2ec5acf2ecf2e96c38733a835b964664171 Mon Sep 17 00:00:00 2001 From: Omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sun, 25 Feb 2024 11:02:46 +1100 Subject: add an arena allocator first impl --- src/log.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/log.h') diff --git a/src/log.h b/src/log.h index e7a90ea..b0c355b 100644 --- a/src/log.h +++ b/src/log.h @@ -1,6 +1,8 @@ #pragma once #include +#include +#include #define ERROR_EXIT(...) \ { \ -- cgit v1.2.3-70-g09d2