[mlpack-git] master: Include new serialization version macro. (1474050)

gitdub at mlpack.org gitdub at mlpack.org
Wed Jun 1 13:54:20 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/eba4f9924694bc10daec74ff5059dbb8af001416...e3a23c256f017ebb8185b15847c82f51d359cdfd

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

commit 14740500bcd282b21af2bf32dd9ce65f0b0365e1
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Jun 1 08:47:38 2016 -0700

    Include new serialization version macro.


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

14740500bcd282b21af2bf32dd9ce65f0b0365e1
 src/mlpack/prereqs.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mlpack/prereqs.hpp b/src/mlpack/prereqs.hpp
index 0282892..3852a6b 100644
--- a/src/mlpack/prereqs.hpp
+++ b/src/mlpack/prereqs.hpp
@@ -65,6 +65,7 @@
   #define BOOST_PFTO
 #endif
 #include <mlpack/core/data/serialization_shim.hpp>
+#include <mlpack/core/data/serialization_template_version.hpp>
 
 // Now include Armadillo through the special mlpack extensions.
 #include <mlpack/core/arma_extend/arma_extend.hpp>




More information about the mlpack-git mailing list