cppack
cppack copied to clipboard
Missing includes?
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?
For me its just #include <unordered_map>
Both are required for me too.
I also noticed this. Same exact problem.