From 4b965a440d0c2fd4b8fd538a66b8ad4cf2dd6af8 Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Fri, 22 May 2020 06:05:33 -0700 Subject: [PATCH] Console fix --- BeefLibs/corlib/src/Console.bf | 1 + 1 file changed, 1 insertion(+) 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 {