From e0544300fb7da9a660a55eaf25f1996af573cd43 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 24 Feb 2019 20:01:58 +0100 Subject: Separate buffers from general allocation, but still have them in scoped allocator --- include/ast.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ast.h') diff --git a/include/ast.h b/include/ast.h index ef06257..f3580c0 100644 --- a/include/ast.h +++ b/include/ast.h @@ -4,6 +4,7 @@ #include "buffer_view.h" #include "buffer.h" #include "misc.h" +#include "scoped_allocator.h" typedef struct FunctionDecl FunctionDecl; typedef struct FunctionCall FunctionCall; -- cgit v1.2.3