From e4e0d13b159e1959d2c12e7c4c7d20bf23306704 Mon Sep 17 00:00:00 2001 From: slxdy Date: Sat, 14 Dec 2024 03:57:54 +0100 Subject: [PATCH] Update NativeEntryPoint.cs --- MelonLoader.NativeHost/NativeEntryPoint.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MelonLoader.NativeHost/NativeEntryPoint.cs b/MelonLoader.NativeHost/NativeEntryPoint.cs index 02fe6867..4e3b72c5 100644 --- a/MelonLoader.NativeHost/NativeEntryPoint.cs +++ b/MelonLoader.NativeHost/NativeEntryPoint.cs @@ -2,6 +2,7 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Loader; +using MelonLoader.InternalUtils; namespace MelonLoader.NativeHost;