commit dfa46fd2cb43864a0ba942c28dd4fc434cfca04d parent 755d7f31a34b4ae13bfcddf3eee66fadb14c126c Author: falkTX <falktx@gmail.com> Date: Fri, 10 Oct 2014 17:41:26 +0100 Fix build on OSX Diffstat:
M | dgl/src/Geometry.cpp | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/dgl/src/Geometry.cpp b/dgl/src/Geometry.cpp @@ -16,6 +16,8 @@ #include "../Geometry.hpp" +#include <cmath> + START_NAMESPACE_DGL static const float M_2PIf = 3.14159265358979323846f*2.0f;