Include prereqs.hpp for compiler definitions and adjustments.

This commit is contained in:
Ryan Curtin
2014-11-19 18:38:26 +00:00
parent ce6d5809e8
commit 77ebf5159b
+1
View File
@@ -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.