diff --git a/ProjectLighthouse/Pages/Debug/RoomVisualizerPage.cshtml.cs b/ProjectLighthouse/Pages/Debug/RoomVisualizerPage.cshtml.cs index ae3b0341..c0a47d65 100644 --- a/ProjectLighthouse/Pages/Debug/RoomVisualizerPage.cshtml.cs +++ b/ProjectLighthouse/Pages/Debug/RoomVisualizerPage.cshtml.cs @@ -1,6 +1,10 @@ #nullable enable + using LBPUnion.ProjectLighthouse.Pages.Layouts; using Microsoft.AspNetCore.Mvc; +#if !DEBUG +using LBPUnion.ProjectLighthouse.Types; +#endif namespace LBPUnion.ProjectLighthouse.Pages.Debug;