浏览代码

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