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