mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 21:10:30 +00:00
Force used of imports in reflect/map.odin
This commit is contained in:
@@ -2,6 +2,8 @@ package reflect
|
||||
|
||||
import "core:runtime"
|
||||
import "core:mem"
|
||||
_ :: runtime;
|
||||
_ :: mem;
|
||||
|
||||
Map_Entry_Info :: struct(Key, Value: typeid) {
|
||||
hash: u64,
|
||||
|
||||
Reference in New Issue
Block a user