try moving _USE_MATH_DEFINES to cpp file from header for windows compilation
This commit is contained in:
@ -31,6 +31,9 @@
|
||||
#include "random_mars.h"
|
||||
#include "update.h"
|
||||
#include <cfloat>
|
||||
#ifndef _USE_MATH_DEFINES // needed for compilation under windows
|
||||
#define _USE_MATH_DEFINES
|
||||
#endif
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
#include <fstream>
|
||||
|
||||
Reference in New Issue
Block a user