MSVC fixes
This commit is contained in:
parent
25ad84e5cb
commit
54c2d5a6cc
@ -20,7 +20,7 @@
|
||||
|
||||
|
||||
|
||||
#include <fastmath.hxx>
|
||||
#include "fastmath.hxx"
|
||||
|
||||
/**
|
||||
* This function is on avarage 9 times faster than the system exp() function
|
||||
|
@ -25,7 +25,9 @@
|
||||
# error This library requires C++
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define _USE_MATH_DEFINES
|
||||
#endif
|
||||
#include <math.h>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user