Add cereal vector serialization header in order to serialize std::vector

Signed-off-by: Omar Shrit <omar@shrit.me>
This commit is contained in:
Omar Shrit
2020-07-11 17:04:14 +02:00
parent 95bf72dbb0
commit d0892b8697
+1
View File
@@ -72,6 +72,7 @@ using enable_if_t = typename enable_if<B, T>::type;
#include <cereal/archives/xml.hpp>
#include <cereal/archives/json.hpp>
#include <cereal/types/boost_variant.hpp>
#include <cereal/types/vector.hpp>
#include <mlpack/core/cereal/array_wrapper.hpp>
#include <mlpack/core/cereal/pointer_wrapper.hpp>