diff options
Diffstat (limited to 'third_party/msgpack/include/msgpack/adaptor/string.hpp')
-rw-r--r-- | third_party/msgpack/include/msgpack/adaptor/string.hpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/third_party/msgpack/include/msgpack/adaptor/string.hpp b/third_party/msgpack/include/msgpack/adaptor/string.hpp new file mode 100644 index 0000000000..8e3182548a --- /dev/null +++ b/third_party/msgpack/include/msgpack/adaptor/string.hpp @@ -0,0 +1,15 @@ +// +// MessagePack for C++ static resolution 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_TYPE_STRING_HPP +#define MSGPACK_TYPE_STRING_HPP + +#include "msgpack/v1/adaptor/string.hpp" + +#endif // MSGPACK_TYPE_STRING_HPP |