From 418752aaf403c4754296c8fc50bef030db5549ba Mon Sep 17 00:00:00 2001 From: Quajak Date: Tue, 17 Nov 2020 10:05:23 +0100 Subject: [PATCH] Added missing using --- source/Cosmos.System2_Plugs/System/UInt64Impl.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Cosmos.System2_Plugs/System/UInt64Impl.cs b/source/Cosmos.System2_Plugs/System/UInt64Impl.cs index a8c86b9b8..5bc7cacbe 100644 --- a/source/Cosmos.System2_Plugs/System/UInt64Impl.cs +++ b/source/Cosmos.System2_Plugs/System/UInt64Impl.cs @@ -1,5 +1,6 @@ using System; using Cosmos.Common; +using Cosmos.Common.Extensions; using IL2CPU.API; using IL2CPU.API.Attribs;