Explorar o código

Added missing <array> header

VS2017 failed to compile due to missing `#include <array>`
Paul Jurczak %!s(int64=6) %!d(string=hai) anos
pai
achega
f64f1f6583
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      matplotlibcpp.h

+ 1 - 0
matplotlibcpp.h

@@ -2,6 +2,7 @@
 
 #include <vector>
 #include <map>
+#include <array>
 #include <numeric>
 #include <algorithm>
 #include <stdexcept>