diff --git a/src/util/Debug.hx b/src/util/Debug.hx index 4a1f905..7a564c9 100644 --- a/src/util/Debug.hx +++ b/src/util/Debug.hx @@ -1,5 +1,7 @@ package util; +import lua.NativeStringTools; +import lib.ui.Canvas; import cc.ComputerCraft; import kernel.Log; #if webconsole