[mlpack-svn] r12341 - mlpack/trunk/src/mlpack/core/arma_extend

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Apr 12 11:53:22 EDT 2012


Author: rcurtin
Date: 2012-04-12 11:53:22 -0400 (Thu, 12 Apr 2012)
New Revision: 12341

Modified:
   mlpack/trunk/src/mlpack/core/arma_extend/arma_extend.hpp
Log:
Include new traits.hpp file.


Modified: mlpack/trunk/src/mlpack/core/arma_extend/arma_extend.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/arma_extend/arma_extend.hpp	2012-04-12 15:52:49 UTC (rev 12340)
+++ mlpack/trunk/src/mlpack/core/arma_extend/arma_extend.hpp	2012-04-12 15:53:22 UTC (rev 12341)
@@ -38,6 +38,8 @@
 #ifndef ARMA_HAS_SPMAT
 
 namespace arma {
+  #include "sparse/traits.hpp"
+
   #include "sparse/Proxy.hpp"
 
   #include "sparse/SpValProxy_bones.hpp"




More information about the mlpack-svn mailing list