summaryrefslogtreecommitdiffstats
path: root/third_party/msgpack/include/msgpack/parse.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/msgpack/include/msgpack/parse.hpp')
-rw-r--r--third_party/msgpack/include/msgpack/parse.hpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/third_party/msgpack/include/msgpack/parse.hpp b/third_party/msgpack/include/msgpack/parse.hpp
new file mode 100644
index 0000000000..90e140276f
--- /dev/null
+++ b/third_party/msgpack/include/msgpack/parse.hpp
@@ -0,0 +1,18 @@
+//
+// 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_PARSE_HPP
+#define MSGPACK_PARSE_HPP
+
+#include "msgpack/parse_decl.hpp"
+
+#include "msgpack/v2/parse.hpp"
+#include "msgpack/v3/parse.hpp"
+
+#endif // MSGPACK_PARSE_HPP