From 5e985bcd748cabd3b09f00372ffbcfdb8b7cd550 Mon Sep 17 00:00:00 2001 From: Lucas Perlind Date: Thu, 24 Apr 2025 20:33:08 +1000 Subject: Remove dependency on runtime; Add to examples --- examples/all/all_main.odin | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') diff --git a/examples/all/all_main.odin b/examples/all/all_main.odin index 0e7648f96..0a17227b8 100644 --- a/examples/all/all_main.odin +++ b/examples/all/all_main.odin @@ -118,6 +118,7 @@ import relative "core:relative" import reflect "core:reflect" import runtime "base:runtime" +import sanitizer "base:sanitizer" import simd "core:simd" import x86 "core:simd/x86" import slice "core:slice" @@ -275,3 +276,4 @@ _ :: uuid_legacy _ :: utf8 _ :: utf8string _ :: utf16 +_ :: sanitizer -- cgit v1.2.3