[mlpack] 172/207: Fix Armadillo warning.

Barak A. Pearlmutter barak+git at pearlmutter.net
Thu Mar 23 17:53:51 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 92e5b153abc4c17de5c6f03c7b12375e680a1b92
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Feb 14 13:43:35 2017 -0500

    Fix Armadillo warning.
---
 src/mlpack/core/data/load.hpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/mlpack/core/data/load.hpp b/src/mlpack/core/data/load.hpp
index 72ca918..11aad88 100644
--- a/src/mlpack/core/data/load.hpp
+++ b/src/mlpack/core/data/load.hpp
@@ -14,11 +14,10 @@
 #ifndef MLPACK_CORE_DATA_LOAD_HPP
 #define MLPACK_CORE_DATA_LOAD_HPP
 
+#include <mlpack/prereqs.hpp>
 #include <mlpack/core/util/log.hpp>
-#include <mlpack/core/arma_extend/arma_extend.hpp> // Includes Armadillo.
 #include <string>
 
-#include "load.hpp"
 #include "format.hpp"
 #include "dataset_mapper.hpp"
 #include "load_csv.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