diff options
Diffstat (limited to 'core/strings/intern.odin')
| -rw-r--r-- | core/strings/intern.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/strings/intern.odin b/core/strings/intern.odin index 812307b2e..88eea3c50 100644 --- a/core/strings/intern.odin +++ b/core/strings/intern.odin @@ -1,6 +1,6 @@ package strings -import "core:runtime" +import "base:runtime" import "core:mem" // Custom string entry struct |