@@ -24,6 +24,7 @@ LIST (APPEND msgpackc_HEADERS
2424 include /msgpack/predef/architecture/mips.h
2525 include /msgpack/predef/architecture/parisc.h
2626 include /msgpack/predef/architecture/ppc.h
27+ include /msgpack/predef/architecture/ptx.h
2728 include /msgpack/predef/architecture/pyramid.h
2829 include /msgpack/predef/architecture/rs6k.h
2930 include /msgpack/predef/architecture/sparc.h
@@ -57,6 +58,7 @@ LIST (APPEND msgpackc_HEADERS
5758 include /msgpack/predef/compiler/metrowerks.h
5859 include /msgpack/predef/compiler/microtec.h
5960 include /msgpack/predef/compiler/mpw.h
61+ include /msgpack/predef/compiler/nvcc.h
6062 include /msgpack/predef/compiler/palm.h
6163 include /msgpack/predef/compiler/pgi.h
6264 include /msgpack/predef/compiler/sgi_mipspro.h
@@ -83,12 +85,14 @@ LIST (APPEND msgpackc_HEADERS
8385 include /msgpack/predef/hardware/simd/x86_amd.h
8486 include /msgpack/predef/hardware/simd/x86_amd/versions.h
8587 include /msgpack/predef/language .h
88+ include /msgpack/predef/language /cuda.h
8689 include /msgpack/predef/language /objc.h
8790 include /msgpack/predef/language /stdc.h
8891 include /msgpack/predef/language /stdcpp.h
8992 include /msgpack/predef/library.h
9093 include /msgpack/predef/library/c.h
9194 include /msgpack/predef/library/c/_prefix.h
95+ include /msgpack/predef/library/c/cloudabi.h
9296 include /msgpack/predef/library/c/gnu.h
9397 include /msgpack/predef/library/c/uc.h
9498 include /msgpack/predef/library/c/vms.h
@@ -132,12 +136,20 @@ LIST (APPEND msgpackc_HEADERS
132136 include /msgpack/predef/os/windows.h
133137 include /msgpack/predef/other.h
134138 include /msgpack/predef/other/endian.h
139+ include /msgpack/predef/other/workaround.h
135140 include /msgpack/predef/platform.h
141+ include /msgpack/predef/platform/cloudabi.h
142+ include /msgpack/predef/platform/ios.h
136143 include /msgpack/predef/platform/mingw.h
144+ include /msgpack/predef/platform/mingw32.h
145+ include /msgpack/predef/platform/mingw64.h
137146 include /msgpack/predef/platform/windows_desktop.h
138147 include /msgpack/predef/platform/windows_phone.h
139148 include /msgpack/predef/platform/windows_runtime.h
149+ include /msgpack/predef/platform/windows_server.h
140150 include /msgpack/predef/platform/windows_store.h
151+ include /msgpack/predef/platform/windows_system.h
152+ include /msgpack/predef/platform/windows_uwp.h
141153 include /msgpack/predef/version .h
142154 include /msgpack/predef/version_number.h
143155 include /msgpack/sbuffer.h
@@ -444,6 +456,7 @@ IF (MSGPACK_ENABLE_CXX)
444456 include /msgpack/preprocessor/seq/detail/binary_transform.hpp
445457 include /msgpack/preprocessor/seq/detail/is_empty.hpp
446458 include /msgpack/preprocessor/seq/detail/split.hpp
459+ include /msgpack/preprocessor/seq/detail/to_list_msvc.hpp
447460 include /msgpack/preprocessor/seq/elem.hpp
448461 include /msgpack/preprocessor/seq/enum.hpp
449462 include /msgpack/preprocessor/seq/filter .hpp
0 commit comments