Quellcode durchsuchen

Added missing <array> header

VS2017 failed to compile due to missing `#include <array>`
Paul Jurczak vor 6 Jahren
Ursprung
Commit
f64f1f6583
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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>