[mlpack-svn] r16314 - mlpack/trunk/src/mlpack

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Feb 19 19:15:39 EST 2014


Author: rcurtin
Date: Wed Feb 19 19:15:39 2014
New Revision: 16314

Log:
By default, include arma_traits.hpp.


Modified:
   mlpack/trunk/src/mlpack/core.hpp

Modified: mlpack/trunk/src/mlpack/core.hpp
==============================================================================
--- mlpack/trunk/src/mlpack/core.hpp	(original)
+++ mlpack/trunk/src/mlpack/core.hpp	Wed Feb 19 19:15:39 2014
@@ -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-svn mailing list