Skip to content

Commit 3dda526

Browse files
yonekenlava
authored andcommitted
Fix a missing M_PI in windows environment
1 parent 6150108 commit 3dda526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lines3d.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
#define _USE_MATH_DEFINES
12
#include "../matplotlibcpp.h"
2-
33
#include <cmath>
44

55
namespace plt = matplotlibcpp;

0 commit comments

Comments
 (0)