From 621dfb71ca5d77c6395804de7d21be220e5ea0fb Mon Sep 17 00:00:00 2001 From: Djeeberjr Date: Fri, 6 May 2022 13:42:08 +0200 Subject: [PATCH] fixed missing import in Debug --- src/util/Debug.hx | 2 ++ 1 file changed, 2 insertions(+) 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