[mlpack-git] master, mlpack-1.0.x: By default, include arma_traits.hpp. (2498505)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:44:16 EST 2015


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

On branches: master,mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit 2498505e8966014a050834d916e37ddb10e2da25
Author: Ryan Curtin <ryan at ratml.org>
Date:   Thu Feb 20 00:15:39 2014 +0000

    By default, include arma_traits.hpp.


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

2498505e8966014a050834d916e37ddb10e2da25
 src/mlpack/core.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mlpack/core.hpp b/src/mlpack/core.hpp
index 63e0117..75b176e 100644
--- a/src/mlpack/core.hpp
+++ b/src/mlpack/core.hpp
@@ -172,6 +172,7 @@
 
 // Now MLPACK-specific includes.
 #include <mlpack/core/arma_extend/arma_extend.hpp> // Includes Armadillo.
+#include <mlpack/core/util/arma_traits.hpp>
 #include <mlpack/core/util/log.hpp>
 #include <mlpack/core/util/cli.hpp>
 #include <mlpack/core/data/load.hpp>



More information about the mlpack-git mailing list