From e43f3f4da1c3479905c4855b64d0542c2c88b151 Mon Sep 17 00:00:00 2001 From: Jerome Haltom Date: Wed, 29 May 2024 23:57:23 -0500 Subject: [PATCH] Fix missing NS. --- src/IKVM.Runtime/LibJVM.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/IKVM.Runtime/LibJVM.cs b/src/IKVM.Runtime/LibJVM.cs index 3a0896515..e4492c231 100644 --- a/src/IKVM.Runtime/LibJVM.cs +++ b/src/IKVM.Runtime/LibJVM.cs @@ -2,13 +2,13 @@ using System.IO; using System.Runtime.InteropServices; -using IKVM.Runtime.JNI; - namespace IKVM.Runtime { #if FIRST_PASS == false && IMPORTER == false && EXPORTER == false + using IKVM.Runtime.JNI; + /// /// Required native methods available in libjvm. ///