Skip to content

Commit 52eb76d

Browse files
committed
#define _USE_MATH_DEFINES before including cmath
1 parent b84e560 commit 52eb76d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/syrope.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* whereas here we use Catch2 to check the L2-error only.
66
*/
77

8+
#define _USE_MATH_DEFINES
89
#include "MoorDyn2.h"
910

1011
#include <catch2/catch_test_macros.hpp>

0 commit comments

Comments
 (0)