Fix MSVC build Build broken by 98e36d7

master
SmallJoker 2017-01-18 21:03:15 +01:00 committed by sfan5
parent 7279f0b373
commit dd282e646c
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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"