Skip to content

Commit

Permalink
Fix MSVC build Build broken by 98e36d7
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallJoker authored and sfan5 committed Jan 19, 2017
1 parent 7279f0b commit dd282e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/content_sao.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
*/ */


#include "content_sao.h" #include "content_sao.h"
#include "util/mathconstants.h"
#include "util/serialize.h" #include "util/serialize.h"
#include "collision.h" #include "collision.h"
#include "environment.h" #include "environment.h"
Expand Down
1 change: 1 addition & 0 deletions src/treegen.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <stack> #include <stack>
#include "util/pointer.h" #include "util/pointer.h"
#include "util/numeric.h" #include "util/numeric.h"
#include "util/mathconstants.h"
#include "map.h" #include "map.h"
#include "serverenvironment.h" #include "serverenvironment.h"
#include "nodedef.h" #include "nodedef.h"
Expand Down

0 comments on commit dd282e6

Please sign in to comment.