Force used of imports in reflect/map.odin

This commit is contained in:
gingerBill
2020-09-15 12:31:21 +01:00
parent 92cd50d3f0
commit b94dde2817

View File

@@ -2,6 +2,8 @@ package reflect
import "core:runtime"
import "core:mem"
_ :: runtime;
_ :: mem;
Map_Entry_Info :: struct(Key, Value: typeid) {
hash: u64,