mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
15 lines
376 B
C++
15 lines
376 B
C++
https://svn.boost.org/trac/boost/ticket/12982
|
|
https://github.com/boostorg/serialization/commit/1d8626158123
|
|
|
|
--- boost/serialization/array.hpp.orig 2017-04-17 02:22:24 UTC
|
|
+++ boost/serialization/array.hpp
|
|
@@ -23,6 +23,8 @@ namespace std{
|
|
} // namespace std
|
|
#endif
|
|
|
|
+#include <boost/serialization/array_wrapper.hpp>
|
|
+
|
|
#ifndef BOOST_NO_CXX11_HDR_ARRAY
|
|
|
|
#include <array>
|