aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/json/unmarshal.odin
diff options
context:
space:
mode:
Diffstat (limited to 'core/encoding/json/unmarshal.odin')
-rw-r--r--core/encoding/json/unmarshal.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/encoding/json/unmarshal.odin b/core/encoding/json/unmarshal.odin
index c1905f6b0..0a55bb553 100644
--- a/core/encoding/json/unmarshal.odin
+++ b/core/encoding/json/unmarshal.odin
@@ -5,7 +5,7 @@ import "core:math"
import "core:reflect"
import "core:strconv"
import "core:strings"
-import "core:runtime"
+import "base:runtime"
Unmarshal_Data_Error :: enum {
Invalid_Data,