Fix compilation on MSVC

This commit is contained in:
Thomas Krijnen
2017-04-05 15:57:21 +02:00
parent 612f8f36db
commit 009f50abe1
@@ -1,3 +1,7 @@
// For MSVC to have M_PI
#define _USE_MATH_DEFINES
#include <cmath>
#include "CgalKernel.h"
bool IfcGeom::CgalKernel::convert(const IfcSchema::IfcPolyLoop* l, cgal_wire_t& result) {