Fix build error in Cam module
This commit is contained in:
parent
40800adaaa
commit
772e4f4ca4
|
@ -26,6 +26,11 @@
|
|||
# if defined (_POSIX_C_SOURCE)
|
||||
# undef _POSIX_C_SOURCE
|
||||
# endif // (re-)defined in pyconfig.h
|
||||
#include <cmath>
|
||||
|
||||
#ifndef PI
|
||||
#define PI M_PI
|
||||
#endif
|
||||
|
||||
//Basic Stuff
|
||||
#include <Base/Console.h>
|
||||
|
@ -93,9 +98,6 @@
|
|||
#include "SpringbackCorrection.h"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
using namespace Part;
|
||||
using namespace Mesh;
|
||||
using namespace std;
|
||||
|
|
Loading…
Reference in New Issue
Block a user