浏览代码

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>