aboutsummaryrefslogtreecommitdiff
path: root/core/strconv/decimal/decimal.odin
diff options
context:
space:
mode:
Diffstat (limited to 'core/strconv/decimal/decimal.odin')
-rw-r--r--core/strconv/decimal/decimal.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/strconv/decimal/decimal.odin b/core/strconv/decimal/decimal.odin
index 4130da306..06503d01a 100644
--- a/core/strconv/decimal/decimal.odin
+++ b/core/strconv/decimal/decimal.odin
@@ -249,7 +249,7 @@ shift_right :: proc(a: ^Decimal, k: uint) {
trim(a)
}
-import "core:runtime"
+import "base:runtime"
println :: proc(args: ..any) {
for arg, i in args {
if i != 0 {