aboutsummaryrefslogtreecommitdiff
path: root/include/std_gc/hash_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/std_gc/hash_map.h')
-rw-r--r--include/std_gc/hash_map.h3
1 files changed, 2 insertions, 1 deletions
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 <stdint.h>
+#include <stddef.h>
/* TODO: Optimize small hash map by using the members of the struct instead of allocating on heap */
typedef struct {