summaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
authorJoshua Rowe <17525998+omnisci3nce@users.noreply.github.com>2024-02-25 13:49:24 +1100
committerGitHub <noreply@github.com>2024-02-25 13:49:24 +1100
commitfc287c6e4f958242a4272da5cb1704e3e789fe07 (patch)
tree47c8d1fdf271c41f930aaa5d0373a834b1c9e665 /src/log.h
parent64f23d9726c55d5c965f123ffc5b6ca47ec1f475 (diff)
parenta1c3e27c53558fde411e63d8b3e3809c79789ea4 (diff)
Merge pull request #1 from omnisci3nce/cel-18-arena-allocator
CEL-18 arena allocator
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h2
1 files changed, 2 insertions, 0 deletions
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 <stdbool.h>
+#include <stdio.h>
+#include <stdlib.h>
#define ERROR_EXIT(...) \
{ \