Added a minimal forward declaration header file for pack/unpack overloading.

This commit is contained in:
Takatoshi Kondo
2014-10-13 00:04:10 +09:00
parent 3ddeb08e6e
commit 4c00f448aa
34 changed files with 207 additions and 146 deletions

View File

@@ -19,7 +19,7 @@
#define MSGPACK_TYPE_CHAR_PTR_HPP
#include "msgpack/versioning.hpp"
#include "msgpack/object.hpp"
#include "msgpack_forward.hpp"
#include <cstring>
namespace msgpack {