Fix build error in Cam module

This commit is contained in:
wmayer 2012-09-27 12:47:47 +02:00
parent 40800adaaa
commit 772e4f4ca4

View File

@ -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;