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