8000 Fix a missing M_PI in windows environment · cxzhp/matplotlib-cpp@3dda526 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 1 addition & 1 deletion
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)
0