forked from mirrors/gecko-dev
MozReview-Commit-ID: 9vzQOuszf3p --HG-- extra : rebase_source : 51d10a8479d70a39311d16fbb874ac6869e5419f
17 lines
499 B
C++
17 lines
499 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_DECL_HPP
|
|
#define MSGPACK_TYPE_INT_DECL_HPP
|
|
|
|
#include "msgpack/v1/adaptor/int_decl.hpp"
|
|
#include "msgpack/v2/adaptor/int_decl.hpp"
|
|
#include "msgpack/v3/adaptor/int_decl.hpp"
|
|
|
|
#endif // MSGPACK_TYPE_INT_DECL_HPP
|