From 71c6845a9446fc22a84469f28e0e6890794802e3 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sat, 23 Jun 2012 16:06:03 +0300 Subject: Define M_PI on MSVC --- src/content_cao.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/content_cao.cpp') diff --git a/src/content_cao.cpp b/src/content_cao.cpp index 5702a73b6..58ff130f2 100644 --- a/src/content_cao.cpp +++ b/src/content_cao.cpp @@ -38,6 +38,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "localplayer.h" #include "util/numeric.h" // For IntervalLimiter #include "util/serialize.h" +#include "util/mathconstants.h" class Settings; struct ToolCapabilities; -- cgit v1.2.3