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
src/libslic3r

View file

@ -3198,5 +3198,6 @@ void DynamicPrintAndCLIConfig::handle_legacy(t_config_option_key &opt_key, std::
}
#include <cereal/types/polymorphic.hpp>
CEREAL_REGISTER_TYPE(Slic3r::DynamicPrintConfig)
CEREAL_REGISTER_POLYMORPHIC_RELATION(Slic3r::DynamicConfig, Slic3r::DynamicPrintConfig)