1
0
Эх сурвалжийг харах

Added #include "unordered_map" to main header

Simply following README.md steps produced an error where "unordered_map" types were not found; Fixed by simply including it on the main header file.
Marcus Davi 5 жил өмнө
parent
commit
d68740570c
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      matplotlibcpp.h

+ 1 - 0
matplotlibcpp.h

@@ -9,6 +9,7 @@
 #include <iostream>
 #include <iostream>
 #include <cstdint> // <cstdint> requires c++11 support
 #include <cstdint> // <cstdint> requires c++11 support
 #include <functional>
 #include <functional>
+#include <unordered_map>
 
 
 #include <Python.h>
 #include <Python.h>