summaryrefslogtreecommitdiffstats
path: root/third_party/msgpack/include/msgpack/iterator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/msgpack/include/msgpack/iterator.hpp')
-rw-r--r--third_party/msgpack/include/msgpack/iterator.hpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/third_party/msgpack/include/msgpack/iterator.hpp b/third_party/msgpack/include/msgpack/iterator.hpp
new file mode 100644
index 0000000000..a118b59257
--- /dev/null
+++ b/third_party/msgpack/include/msgpack/iterator.hpp
@@ -0,0 +1,18 @@
+//
+// MessagePack for C++ static resolution routine
+//
+// Copyright (C) 2015-2016 MIZUKI Hirata
+//
+// 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_ITERATOR_HPP
+#define MSGPACK_ITERATOR_HPP
+
+#include <msgpack/iterator_decl.hpp>
+
+#include <msgpack/v1/iterator.hpp>
+
+#endif // MSGPACK_ITERATOR_HPP