[mlpack-git] master: Add serialization prerequisites. (d0823e6)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Dec 23 11:43:25 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/de9cc4b05069e1fa4793d9355f2f595af5ff45d2...6070527af14296cd99739de6c62666cc5d2a2125

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

commit d0823e659da4dd5713e3cf3114bd5223e2f0ca6c
Author: ryan <ryan at ratml.org>
Date:   Thu Oct 1 14:19:28 2015 -0400

    Add serialization prerequisites.


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

d0823e659da4dd5713e3cf3114bd5223e2f0ca6c
 src/mlpack/prereqs.hpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/mlpack/prereqs.hpp b/src/mlpack/prereqs.hpp
index 2b6ab06..000f90b 100644
--- a/src/mlpack/prereqs.hpp
+++ b/src/mlpack/prereqs.hpp
@@ -51,6 +51,9 @@
 // defined, but we still need to define it (as nothing) so that the mlpack
 // serialization shim compiles.
 #include <boost/serialization/serialization.hpp>
+#include <boost/serialization/vector.hpp>
+#include <boost/serialization/map.hpp>
+#include <boost/serialization/unordered_map.hpp>
 #ifndef BOOST_PFTO
   #define BOOST_PFTO
 #endif



More information about the mlpack-git mailing list