Update unpack_decl.hpp

This commit is contained in:
Ramki A 2018-04-02 17:57:25 -07:00 committed by GitHub
parent bec47a59f0
commit 7e66dc28f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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