Skip to content

Commit 757a41e

Browse files
committed
fix release build
1 parent 33be906 commit 757a41e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Gui/ViewModels/MainWindowViewModel.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818
using System.Text;
1919
using System.Threading.Tasks;
2020

21+
#if !DEBUG
22+
using OpenLoco.Common;
23+
using System.Net.Http;
24+
using System.Net.Http.Headers;
25+
using System.Text.Json;
26+
#endif
27+
2128
namespace OpenLoco.Gui.ViewModels
2229
{
2330
public class MainWindowViewModel : ViewModelBase

0 commit comments

Comments
 (0)