diff --git a/src/Core/Silk.NET.Core/Contexts/MultiNativeContext.cs b/src/Core/Silk.NET.Core/Contexts/MultiNativeContext.cs index 77e67e55d8..bdf9dbfea8 100644 --- a/src/Core/Silk.NET.Core/Contexts/MultiNativeContext.cs +++ b/src/Core/Silk.NET.Core/Contexts/MultiNativeContext.cs @@ -4,6 +4,7 @@ #nullable enable using System; using System.Linq; +using Silk.NET.Core.Loader; namespace Silk.NET.Core.Contexts {