summaryrefslogtreecommitdiffstats
path: root/third_party/msgpack/include/msgpack/unpack_exception.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/msgpack/include/msgpack/unpack_exception.hpp')
-rw-r--r--third_party/msgpack/include/msgpack/unpack_exception.hpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/third_party/msgpack/include/msgpack/unpack_exception.hpp b/third_party/msgpack/include/msgpack/unpack_exception.hpp
new file mode 100644
index 0000000000..fa28f74977
--- /dev/null
+++ b/third_party/msgpack/include/msgpack/unpack_exception.hpp
@@ -0,0 +1,15 @@
+//
+// MessagePack for C++ deserializing routine
+//
+// Copyright (C) 2017 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_UNPACK_EXCEPTION_HPP
+#define MSGPACK_UNPACK_EXCEPTION_HPP
+
+#include "msgpack/v1/unpack_exception.hpp"
+
+#endif // MSGPACK_UNPACK_EXCEPTION_HPP