MSVC compile fix
* needed to add _USE_MATH_DEFINES to make M_PI known
This commit is contained in:
@@ -28,6 +28,10 @@
|
||||
*/
|
||||
|
||||
#include "IK_QSegment.h"
|
||||
#ifdef WIN32
|
||||
#define _USE_MATH_DEFINES
|
||||
#endif
|
||||
#include <cmath>
|
||||
|
||||
// Utility functions
|
||||
|
||||
|
Reference in New Issue
Block a user