Simplified the "cereal" includes to not clash with Perl includes

This commit is contained in:
bubnikv 2019-07-04 22:09:14 +02:00
parent 3d420db531
commit 9fd0c55eb8
9 changed files with 8 additions and 25 deletions

View file

@ -291,9 +291,6 @@ namespace boost { namespace polygon {
} }
// end Boost
#include <cereal/types/polymorphic.hpp>
#include <cereal/archives/binary.hpp>
// Serialization through the Cereal library
namespace cereal {
// template<class Archive> void serialize(Archive& archive, Slic3r::Vec2crd &v) { archive(v.x(), v.y()); }