Skip to content

Commit

Permalink
Fix compilation errors in Debug configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Slendy committed Mar 25, 2024
1 parent 5283001 commit 8ed7557
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
using LBPUnion.ProjectLighthouse.Database;
using Microsoft.AspNetCore.Mvc;
#if DEBUG
using LBPUnion.ProjectLighthouse.Helpers;
using LBPUnion.ProjectLighthouse.Types.Users;
using Microsoft.EntityFrameworkCore;
#endif

namespace LBPUnion.ProjectLighthouse.Servers.Website.Controllers.Debug;

Expand Down
3 changes: 3 additions & 0 deletions ProjectLighthouse/Helpers/RoomHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
using LBPUnion.ProjectLighthouse.Types.Matchmaking;
using LBPUnion.ProjectLighthouse.Types.Matchmaking.Rooms;
using LBPUnion.ProjectLighthouse.Types.Users;
#if DEBUG
using System.Diagnostics;
#endif

namespace LBPUnion.ProjectLighthouse.Helpers;

Expand Down

0 comments on commit 8ed7557

Please sign in to comment.