Преглед изворни кода

Added missing <array> header

VS2017 failed to compile due to missing `#include <array>`
Paul Jurczak пре 6 година
родитељ
комит
f64f1f6583
1 измењених фајлова са 1 додато и 0 уклоњено
  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>