diff options
Diffstat (limited to 'third_party/msgpack/include/msgpack/meta_decl.hpp')
-rw-r--r-- | third_party/msgpack/include/msgpack/meta_decl.hpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/third_party/msgpack/include/msgpack/meta_decl.hpp b/third_party/msgpack/include/msgpack/meta_decl.hpp new file mode 100644 index 0000000000..54380f8c83 --- /dev/null +++ b/third_party/msgpack/include/msgpack/meta_decl.hpp @@ -0,0 +1,18 @@ +// +// MessagePack for C++ static resolution routine +// +// Copyright (C) 2015-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_META_DECL_HPP +#define MSGPACK_META_DECL_HPP + +#include "msgpack/v1/meta_decl.hpp" +#include "msgpack/v2/meta_decl.hpp" +#include "msgpack/v3/meta_decl.hpp" + +#endif // MSGPACK_META_DECL_HPP |