fix undeclared M_PI
This commit is contained in:
committed by
Florian Foinant-Willig
parent
e2086ce1c7
commit
311137c958
@@ -24,14 +24,14 @@
|
||||
#pragma warning(disable : 4251)
|
||||
#endif
|
||||
|
||||
#include <math.h>
|
||||
#define _USE_MATH_DEFINES
|
||||
#include <cmath>
|
||||
|
||||
#include <algorithm>
|
||||
#define DEBUG_DERIVS 0
|
||||
#if DEBUG_DERIVS
|
||||
#include <cassert>
|
||||
#endif
|
||||
#include <cmath>
|
||||
|
||||
#include <boost/graph/graph_concepts.hpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user