diff options
Diffstat (limited to 'msgpack.h')
-rw-r--r-- | msgpack.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -242,4 +242,8 @@ static const char * const msgpack_error_string[] = { #define MSGPACK_CHECK2(call, arg, body_suc, body_err) \ __MSGPACK_CHECK_DEFER(call, body_suc, body_err, __EXPAND arg) +#ifdef MSGPACK_IMPLEMENTATION +// include(SOURCE) +#endif + #endif |