1 /*
2 Copyright Rene Rivera 2008-2013
3 Distributed under the Boost Software License, Version 1.0.
4 (See accompanying file LICENSE_1_0.txt or copy at
5 http://www.boost.org/LICENSE_1_0.txt)
6 */
7 #ifndef MSGPACK_PREDEF_LIBRARY_STD_H
8 #define MSGPACK_PREDEF_LIBRARY_STD_H
9 
10 #include <rpc/msgpack/predef/library/std/_prefix.h>
11 
12 #include <rpc/msgpack/predef/library/std/cxx.h>
13 #include <rpc/msgpack/predef/library/std/dinkumware.h>
14 #include <rpc/msgpack/predef/library/std/libcomo.h>
15 #include <rpc/msgpack/predef/library/std/modena.h>
16 #include <rpc/msgpack/predef/library/std/msl.h>
17 #include <rpc/msgpack/predef/library/std/roguewave.h>
18 #include <rpc/msgpack/predef/library/std/sgi.h>
19 #include <rpc/msgpack/predef/library/std/stdcpp3.h>
20 #include <rpc/msgpack/predef/library/std/stlport.h>
21 #include <rpc/msgpack/predef/library/std/vacpp.h>
22 
23 #endif
24