diff --git a/BeefLibs/corlib/src/Console.bf b/BeefLibs/corlib/src/Console.bf index 41ddf1a1..08bd998a 100644 --- a/BeefLibs/corlib/src/Console.bf +++ b/BeefLibs/corlib/src/Console.bf @@ -1,6 +1,7 @@ using System.Text; using System.IO; using System.Threading; +using System.Threading.Tasks; namespace System {