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

Lines changed: 1 addition & 0 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy