Skip to content

Commit

Permalink
correct error which appeared when compiling non c++ compliant code fo…
Browse files Browse the repository at this point in the history
…r arrays
  • Loading branch information
robertramey committed Feb 2, 2017
1 parent 6456a6d commit 1d86261
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/boost/serialization/array.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ namespace std{
} // namespace std
#endif

#include <boost/serialization/array_wrapper.hpp>

#ifndef BOOST_NO_CXX11_HDR_ARRAY

#include <array>
Expand Down

0 comments on commit 1d86261

Please sign in to comment.