[mlpack-svn] r17393 - mlpack/trunk/src/mlpack/core/util

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Nov 19 13:38:26 EST 2014


Author: rcurtin
Date: Wed Nov 19 13:38:26 2014
New Revision: 17393

Log:
Include prereqs.hpp for compiler definitions and adjustments.


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

Modified: mlpack/trunk/src/mlpack/core/util/sfinae_utility.hpp
==============================================================================
--- mlpack/trunk/src/mlpack/core/util/sfinae_utility.hpp	(original)
+++ mlpack/trunk/src/mlpack/core/util/sfinae_utility.hpp	Wed Nov 19 13:38:26 2014
@@ -12,6 +12,7 @@
 
 #include <boost/utility/enable_if.hpp>
 #include <boost/type_traits.hpp>
+#include <mlpack/prereqs.hpp>
 
 /*
  * Constructs a template supporting the SFINAE pattern.



More information about the mlpack-svn mailing list