make some headers self-contained

some headers are not self-contained, as they depend on
symbols from headers which aren't included
This commit is contained in:
Tim Blechmann
2022-03-23 11:57:23 +08:00
parent 63511f29db
commit 8b87e62835
50 changed files with 50 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
#include "msgpack/versioning.hpp"
#include "msgpack/adaptor/adaptor_base.hpp"
#include "msgpack/object.hpp"
#include "msgpack/adaptor/check_container_size.hpp"
#include <vector>