mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix MSVC build Build broken by 98e36d7
This commit is contained in:
parent
7279f0b373
commit
dd282e646c
2 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
*/
|
||||
|
||||
#include "content_sao.h"
|
||||
#include "util/mathconstants.h"
|
||||
#include "util/serialize.h"
|
||||
#include "collision.h"
|
||||
#include "environment.h"
|
||||
|
|
|
@ -21,6 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include <stack>
|
||||
#include "util/pointer.h"
|
||||
#include "util/numeric.h"
|
||||
#include "util/mathconstants.h"
|
||||
#include "map.h"
|
||||
#include "serverenvironment.h"
|
||||
#include "nodedef.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue