summaryrefslogtreecommitdiffstats
path: root/third_party/msgpack/include/msgpack/create_object_visitor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/msgpack/include/msgpack/create_object_visitor.hpp')
-rw-r--r--third_party/msgpack/include/msgpack/create_object_visitor.hpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/third_party/msgpack/include/msgpack/create_object_visitor.hpp b/third_party/msgpack/include/msgpack/create_object_visitor.hpp
new file mode 100644
index 0000000000..40d69974a7
--- /dev/null
+++ b/third_party/msgpack/include/msgpack/create_object_visitor.hpp
@@ -0,0 +1,17 @@
+//
+// MessagePack for C++ deserializing routine
+//
+// Copyright (C) 2018 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_CREATE_OBJECT_VISITOR_HPP
+#define MSGPACK_CREATE_OBJECT_VISITOR_HPP
+
+#include "msgpack/create_object_visitor_decl.hpp"
+
+#include "msgpack/v2/create_object_visitor.hpp"
+
+#endif // MSGPACK_CREATE_OBJECT_VISITOR_HPP