[mlpack-git] master: Include prereqs.hpp for compiler definitions and adjustments. (77ebf51)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:03:49 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit 77ebf5159b2aa341bab64782b2531d98e4e488e5
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Nov 19 18:38:26 2014 +0000

    Include prereqs.hpp for compiler definitions and adjustments.


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

77ebf5159b2aa341bab64782b2531d98e4e488e5
 src/mlpack/core/util/sfinae_utility.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mlpack/core/util/sfinae_utility.hpp b/src/mlpack/core/util/sfinae_utility.hpp
index cc856b4..3a603b2 100644
--- a/src/mlpack/core/util/sfinae_utility.hpp
+++ b/src/mlpack/core/util/sfinae_utility.hpp
@@ -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-git mailing list