diff options
Diffstat (limited to 'core/reflect/iterator.odin')
| -rw-r--r-- | core/reflect/iterator.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/reflect/iterator.odin b/core/reflect/iterator.odin index 2e143284a..5b84f0133 100644 --- a/core/reflect/iterator.odin +++ b/core/reflect/iterator.odin @@ -1,6 +1,6 @@ package reflect -import "core:runtime" +import "base:runtime" @(require_results) iterate_array :: proc(val: any, it: ^int) -> (elem: any, index: int, ok: bool) { |