Skip to content

Commit ef9d471

Browse files
committed
Fix #4 - add _USE_MATH_DEFINES to clamp angle node.
1 parent 7f6398b commit ef9d471

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/n_clampAngle.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ You may use, distribute, or modify this code under the terms of the MIT license.
1010
//-----------------------------------------------------------------------------
1111

1212
#define NOMINMAX
13+
#define _USE_MATH_DEFINES
1314

1415
#include "n_clampAngle.h"
1516
#include "node.h"

0 commit comments

Comments
 (0)