Skip to content

Commit

Permalink
Support for Boost::Serialization 1.74.
Browse files Browse the repository at this point in the history
An extra header may now be required for Boost 1.74. See boostorg/serialization#219 and, for
example, jngrad/espresso@a392907 .
  • Loading branch information
Haley Clark committed Dec 10, 2020
1 parent 0e81c4c commit 70525b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/YgorImagesIOBoostSerialization.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

#pragma once

#include <boost/serialization/version.hpp>
#include <boost/serialization/library_version_type.hpp>
#include <boost/serialization/nvp.hpp>

#include <boost/serialization/string.hpp>
Expand Down
3 changes: 2 additions & 1 deletion src/YgorMathChebyshevIOBoostSerialization.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@

#pragma once

#include <boost/serialization/version.hpp>
#include <boost/serialization/library_version_type.hpp>
#include <boost/serialization/nvp.hpp>

#include <boost/serialization/string.hpp>
#include <boost/serialization/array.hpp>
#include <boost/serialization/list.hpp>
#include <boost/serialization/vector.hpp>
#include <boost/serialization/map.hpp>
#include <boost/serialization/version.hpp>
#include <boost/serialization/split_free.hpp>

#include "YgorDefinitions.h"
Expand Down
2 changes: 2 additions & 0 deletions src/YgorMathIOBoostSerialization.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

#pragma once

#include <boost/serialization/version.hpp>
#include <boost/serialization/library_version_type.hpp>
#include <boost/serialization/nvp.hpp>

#include <boost/serialization/string.hpp>
Expand Down

0 comments on commit 70525b9

Please sign in to comment.