From dd282e646c42e3524bc546372c6a648e99b3c9db Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Wed, 18 Jan 2017 21:03:15 +0100 Subject: Fix MSVC build Build broken by 98e36d7 --- src/content_sao.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/content_sao.cpp') diff --git a/src/content_sao.cpp b/src/content_sao.cpp index bf8282af4..840e04ed9 100644 --- a/src/content_sao.cpp +++ b/src/content_sao.cpp @@ -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" -- cgit v1.2.3