Skip to content

Commit f64f1f6

Browse files
pauljurczaklava
authored andcommitted
Added missing <array> header
VS2017 failed to compile due to missing `#include <array>`
1 parent d184e14 commit f64f1f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

matplotlibcpp.h

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

33
#include <vector>
44
#include <map>
5+
#include <array>
56
#include <numeric>
67
#include <algorithm>
78
#include <stdexcept>

0 commit comments

Comments
 (0)