Skip to content

Commit

Permalink
fixed compiling autoupdate and dedicated servers
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDushan committed Aug 26, 2020
1 parent f047743 commit 5071455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/engine/null/null_autoprecompiled.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
#include <API/sgame_api.h>
#include <server/serverCcmds.h>
#include <API/serverClient_api.h>
#include <server/serverCommunity.h>
#include <server/serverClient.h>
#include <server/serverGame.h>
#include <server/serverWorld.h>
Expand Down
1 change: 1 addition & 0 deletions src/engine/null/null_serverprecompiled.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
#include <API/sgame_api.h>
#include <server/serverCcmds.h>
#include <API/serverClient_api.h>
#include <server/serverCommunity.h>
#include <server/serverClient.h>
#include <server/serverGame.h>
#include <server/serverWorld.h>
Expand Down

0 comments on commit 5071455

Please sign in to comment.