[mlpack-git] master: Include std::vector serialization support. (5b61871)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Tue Sep 29 09:33:37 EDT 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/cbeb3ea17262b7c5115247dc217e316c529249b7...f85a9b22f3ce56143943a2488c05c2810d6b2bf3

>---------------------------------------------------------------

commit 5b618713344e90bca958af50dc67b0aeb97ed13a
Author: Ryan Curtin <ryan at ratml.org>
Date:   Fri Sep 25 22:43:25 2015 +0000

    Include std::vector serialization support.


>---------------------------------------------------------------

5b618713344e90bca958af50dc67b0aeb97ed13a
 src/mlpack/prereqs.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mlpack/prereqs.hpp b/src/mlpack/prereqs.hpp
index b13366f..aef5f3e 100644
--- a/src/mlpack/prereqs.hpp
+++ b/src/mlpack/prereqs.hpp
@@ -49,6 +49,7 @@
 // We'll need the necessary boost::serialization features, as well as what we
 // use with mlpack.
 #include <boost/serialization/serialization.hpp>
+#include <boost/serialization/vector.hpp>
 // Boost 1.59 and newer don't use BOOST_PFTO, but our shims do.  We can resolve
 // any issue by setting BOOST_PFTO to nothing.
 #ifndef BOOST_PFTO



More information about the mlpack-git mailing list