mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix client.h getting included on the server build
This commit is contained in:
parent
52122c342d
commit
0fbef74f31
1 changed files with 2 additions and 0 deletions
|
@ -19,7 +19,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
|
||||
#include "mapsector.h"
|
||||
#include "jmutexautolock.h"
|
||||
#ifndef SERVER
|
||||
#include "client.h"
|
||||
#endif
|
||||
#include "exceptions.h"
|
||||
#include "mapblock.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue