diff options
Diffstat (limited to 'core/text/match/strlib.odin')
| -rw-r--r-- | core/text/match/strlib.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/text/match/strlib.odin b/core/text/match/strlib.odin index 189ed7ec0..bfa696dcd 100644 --- a/core/text/match/strlib.odin +++ b/core/text/match/strlib.odin @@ -1,6 +1,6 @@ package text_match -import "core:runtime" +import "base:runtime" import "core:unicode" import "core:unicode/utf8" import "core:strings" |