Merge pull request #474 from redboltz/fix_gcc_atomic_hpp_location

Moved gcc_atomic.hpp location.
This commit is contained in:
Takatoshi Kondo 2016-05-30 13:12:55 +09:00
commit 83dbe398fd
3 changed files with 2 additions and 0 deletions

View File

@ -202,6 +202,7 @@ IF (MSGPACK_ENABLE_CXX)
include/msgpack/cpp_config_decl.hpp
include/msgpack/fbuffer.hpp
include/msgpack/fbuffer_decl.hpp
include/msgpack/gcc_atomic.hpp
include/msgpack/iterator.hpp
include/msgpack/iterator_decl.hpp
include/msgpack/meta.hpp

View File

@ -200,6 +200,7 @@ nobase_include_HEADERS += \
../include/msgpack/cpp_config_decl.hpp \
../include/msgpack/fbuffer.hpp \
../include/msgpack/fbuffer_decl.hpp \
../include/msgpack/gcc_atomic.hpp \
../include/msgpack/iterator.hpp \
../include/msgpack/iterator_decl.hpp \
../include/msgpack/meta.hpp \