Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 465aecf

Browse files
committed
Merge pull request matplotlib#4798 from cgohlke/patch-1
FIX: msvc14 compile errors
2 parents 23111dd + c1c1702 commit 465aecf

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/_backend_agg.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include <cmath>
1010
#include <vector>
11+
#include <algorithm>
1112

1213
#include "agg_alpha_mask_u8.h"
1314
#include "agg_conv_curve.h"

src/_path.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <math.h>
88
#include <vector>
99
#include <cmath>
10+
#include <algorithm>
1011

1112
#include "agg_conv_contour.h"
1213
#include "agg_conv_curve.h"

src/ft2font.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#define NO_IMPORT_ARRAY
44

55
#include <string>
6+
#include <algorithm>
67

78
#include "ft2font.h"
89
#include "mplutils.h"

0 commit comments

Comments
 (0)