1 /*
2  * MessagePack unpacking routine template
3  *
4  * Copyright (C) 2008-2010 FURUHASHI Sadayuki
5  *
6  *    Distributed under the Boost Software License, Version 1.0.
7  *    (See accompanying file LICENSE_1_0.txt or copy at
8  *    http://www.boost.org/LICENSE_1_0.txt)
9  */
10 #ifndef MSGPACK_PACK_DEFINE_H
11 #define MSGPACK_PACK_DEFINE_H
12 
13 #include "msgpack/sysdep.h"
14 #include <limits.h>
15 #include <string.h>
16 
17 #endif /* msgpack/pack_define.h */
18 
19