[mlpack] 119/207: Added necessary header files for independant invocation

Barak A. Pearlmutter barak+git at pearlmutter.net
Thu Mar 23 17:53:46 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 9fe06bb1f3373726a914dcc16fff2b0849c2cfc2
Author: Praveen Ch <chvsp972911 at gmail.com>
Date:   Fri Mar 3 18:59:27 2017 +1100

    Added necessary header files for independant invocation
---
 src/mlpack/core/data/load_arff.hpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mlpack/core/data/load_arff.hpp b/src/mlpack/core/data/load_arff.hpp
index 00b23da..d5af833 100644
--- a/src/mlpack/core/data/load_arff.hpp
+++ b/src/mlpack/core/data/load_arff.hpp
@@ -13,6 +13,8 @@
 #define MLPACK_CORE_DATA_LOAD_ARFF_HPP
 
 #include <mlpack/prereqs.hpp>
+#include "dataset_mapper.hpp"
+#include <boost/tokenizer.hpp>
 
 namespace mlpack {
 namespace data {

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