Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeBryssinck committed May 29, 2022
1 parent 8631066 commit 497d679
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Code/client/World.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include "World.h"

#include <Services/DiscoveryService.h>
#include <Services/CharacterService.h>
#include <Services/InputService.h>
#include <Services/TransportService.h>
#include <Services/RunnerService.h>
Expand Down
1 change: 1 addition & 0 deletions Code/client/World.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <Services/TransportService.h>
#include <Services/PartyService.h>
#include <Services/OverlayService.h>
#include <Services/CharacterService.h>
#include <Services/DebugService.h>

#include <Systems/ModSystem.h>
Expand Down

0 comments on commit 497d679

Please sign in to comment.