From 4b2b8d3176e84f76510cc69a627dbfa089c1dd35 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 25 Jan 2020 09:48:56 +0100 Subject: Implement almost all instructions --- include/std_gc/hash_map.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/std_gc/hash_map.h') diff --git a/include/std_gc/hash_map.h b/include/std_gc/hash_map.h index e67dd75..e1a016d 100644 --- a/include/std_gc/hash_map.h +++ b/include/std_gc/hash_map.h @@ -1,8 +1,9 @@ #ifndef TSL_HASH_MAP_H #define TSL_HASH_MAP_H -#include "../value.h" +#include "../forward_decl.h" #include +#include /* TODO: Optimize small hash map by using the members of the struct instead of allocating on heap */ typedef struct { -- cgit v1.2.3