mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-24 14:14:44 +02:00
Update unpack_decl.hpp
This commit is contained in:
parent
bec47a59f0
commit
7e66dc28f0
@ -22,12 +22,8 @@
|
|||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
|
||||||
#if !defined(MSGPACK_USE_CPP03)
|
#if !defined(MSGPACK_USE_CPP03)
|
||||||
#if defined(__APPLE__)
|
|
||||||
#include <libkern/OSAtomic.h>
|
|
||||||
#elif
|
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
#endif // __APPLE__
|
#endif
|
||||||
#endif // MSGPACK_USE_CPP03
|
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
// avoiding confliction std::max, std::min, and macro in windows.h
|
// avoiding confliction std::max, std::min, and macro in windows.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user