Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing includes? #12

Open
dlandtaa opened this issue Mar 19, 2022 · 2 comments · May be fixed by #13
Open

Missing includes? #12

dlandtaa opened this issue Mar 19, 2022 · 2 comments · May be fixed by #13

Comments

@dlandtaa
Copy link

Thanks for putting this together. I had to add these lines to the top of msgpack.hpp to get it to compile:

#include <system_error>
#include <unordered_map>

Am I missing something here?

@richardwei6
Copy link

richardwei6 commented Apr 8, 2022

For me its just #include <unordered_map>

Both are required for me too.

@richardwei6 richardwei6 linked a pull request Apr 8, 2022 that will close this issue
@BrentonPoke
Copy link

I also noticed this. Same exact problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants