mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-15 13:55:11 -05:00
Fix MSVC build Build broken by 98e36d7
This commit is contained in:
parent
7279f0b373
commit
dd282e646c
@ -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…
Reference in New Issue
Block a user