diff --git a/core/reflect/map.odin b/core/reflect/map.odin index e1b6f655e..eb5b420a2 100644 --- a/core/reflect/map.odin +++ b/core/reflect/map.odin @@ -2,6 +2,8 @@ package reflect import "core:runtime" import "core:mem" +_ :: runtime; +_ :: mem; Map_Entry_Info :: struct(Key, Value: typeid) { hash: u64,