Преглед на файлове

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>