fune/third_party/msgpack/include/msgpack/adaptor/int.hpp
Robert Helmer 51ac1fcfc7 Bug 1421501 - vendor msgpack from https://github.com/msgpack/msgpack-c r=glandium
MozReview-Commit-ID: 9vzQOuszf3p

--HG--
extra : rebase_source : 51d10a8479d70a39311d16fbb874ac6869e5419f
2018-08-06 15:10:06 -07:00

17 lines
434 B
C++

//
// 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_INT_HPP
#define MSGPACK_TYPE_INT_HPP
#include "msgpack/adaptor/int_decl.hpp"
#include "msgpack/v1/adaptor/int.hpp"
#endif // MSGPACK_TYPE_INT_HPP