소스 검색

Force used of imports in `reflect/map.odin`

gingerBill 5 년 전
부모
커밋
b94dde2817
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      core/reflect/map.odin

+ 2 - 0
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,