Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d687405

Browse files
Marcus-Davilava
authored andcommitted
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.
1 parent 8297ae8 commit d687405

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

matplotlibcpp.h

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <iostream>
1010
#include <cstdint> // <cstdint> requires c++11 support
1111
#include <functional>
12+
#include <unordered_map>
1213

1314
#include <Python.h>
1415

0 commit comments

Comments
 (0)