aboutsummaryrefslogtreecommitdiff
path: root/src/compile/pointers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile/pointers.h')
-rw-r--r--src/compile/pointers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compile/pointers.h b/src/compile/pointers.h
index 306c3019..49e73c1c 100644
--- a/src/compile/pointers.h
+++ b/src/compile/pointers.h
@@ -1,6 +1,9 @@
#include <stdbool.h>
+#include "../ast.h"
#include "../environment.h"
#include "../stdlib/datatypes.h"
+#include "../types.h"
Text_t compile_to_pointer_depth(env_t *env, ast_t *ast, int64_t target_depth, bool needs_incref);
+Text_t compile_typed_allocation(env_t *env, ast_t *ast, type_t *pointer_type);