blob: db2d2b5840f8aced118d3c02b3c7dbbc168a3ef9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/*
Copyright Rene Rivera 2008-2013
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_PREDEF_H
#define MSGPACK_PREDEF_H
#include <rpc/msgpack/predef/language.h>
#include <rpc/msgpack/predef/architecture.h>
#include <rpc/msgpack/predef/compiler.h>
#include <rpc/msgpack/predef/library.h>
#include <rpc/msgpack/predef/os.h>
#include <rpc/msgpack/predef/other.h>
#include <rpc/msgpack/predef/platform.h>
#endif
|