diff options
Diffstat (limited to 'third_party/msgpack/include/msgpack/pack_decl.hpp')
-rw-r--r-- | third_party/msgpack/include/msgpack/pack_decl.hpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/third_party/msgpack/include/msgpack/pack_decl.hpp b/third_party/msgpack/include/msgpack/pack_decl.hpp new file mode 100644 index 0000000000..5aaec94a85 --- /dev/null +++ b/third_party/msgpack/include/msgpack/pack_decl.hpp @@ -0,0 +1,17 @@ +// +// MessagePack for C++ serializing routine +// +// Copyright (C) 2016 KONDO Takatoshi +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) +// +#ifndef MSGPACK_PACK_DECL_HPP +#define MSGPACK_PACK_DECL_HPP + +#include "msgpack/v1/pack_decl.hpp" +#include "msgpack/v2/pack_decl.hpp" +#include "msgpack/v3/pack_decl.hpp" + +#endif // MSGPACK_PACK_DECL_HPP |