ソースを参照

Add #include <string> for std::stod

See https://en.cppreference.com/w/cpp/string/basic_string/stof for details.
Alex 4 年 前
コミット
d1b7c72be8
1 ファイル変更1 行追加0 行削除
  1. 1 0
      matplotlibcpp.h

+ 1 - 0
matplotlibcpp.h

@@ -13,6 +13,7 @@
 #include <iostream>
 #include <cstdint> // <cstdint> requires c++11 support
 #include <functional>
+#include <string> // std::stod
 
 #ifndef WITHOUT_NUMPY
 #  define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION