[mlpack] 01/06: On old Armadillo versions, arma::umat is not unsigned long. Therefore we need to include the implementation of data::Load().

Barak A. Pearlmutter barak+git at pearlmutter.net
Wed Apr 26 14:56:07 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 9392ba4c4e20f38b62e0388c8465730bb2dfcbce
Author: Ryan Curtin <ryan at ratml.org>
Date:   Thu Apr 13 15:09:07 2017 -0400

    On old Armadillo versions, arma::umat is not unsigned long.
    Therefore we need to include the implementation of data::Load().
---
 src/mlpack/methods/nca/nca_main.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mlpack/methods/nca/nca_main.cpp b/src/mlpack/methods/nca/nca_main.cpp
index dd63375..3cf8d33 100644
--- a/src/mlpack/methods/nca/nca_main.cpp
+++ b/src/mlpack/methods/nca/nca_main.cpp
@@ -11,6 +11,7 @@
  */
 #include <mlpack/prereqs.hpp>
 #include <mlpack/core/data/load.hpp>
+#include <mlpack/core/data/load_impl.hpp>
 #include <mlpack/core/data/save.hpp>
 #include <mlpack/core/data/normalize_labels.hpp>
 #include <mlpack/core/util/param.hpp>

-- 
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