[mlpack] 140/207: Minor include fix.
Barak A. Pearlmutter
barak+git at pearlmutter.net
Thu Mar 23 17:53:48 UTC 2017
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch master
in repository mlpack.
commit b7e60e9650d077e6a74e225fb29864b170f8313f
Author: Ryan Curtin <ryan at ratml.org>
Date: Tue Mar 21 13:40:52 2017 -0400
Minor include fix.
---
src/mlpack/tests/test_tools.hpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/mlpack/tests/test_tools.hpp b/src/mlpack/tests/test_tools.hpp
index d5ce126..edb97c5 100644
--- a/src/mlpack/tests/test_tools.hpp
+++ b/src/mlpack/tests/test_tools.hpp
@@ -44,6 +44,8 @@
#define REQUIRE_RELATIVE_ERR( L, R, E ) \
BOOST_REQUIRE_LE( std::abs((R) - (L)), (E) * std::abs(R))
+#include <mlpack/prereqs.hpp>
+
// Check the values of two matrices.
inline void CheckMatrices(const arma::mat& a, const arma::mat& b,
double tolerance = 1e-5)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git
More information about the debian-science-commits
mailing list