[mlpack-git] master: Fix include for typedef. (6647d1b)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Dec 23 11:44:02 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/de9cc4b05069e1fa4793d9355f2f595af5ff45d2...6070527af14296cd99739de6c62666cc5d2a2125

>---------------------------------------------------------------

commit 6647d1b0f86dacc118d23c15171024a8ff4f0a8d
Author: Ryan Curtin <ryan at ratml.org>
Date:   Thu Oct 1 21:16:24 2015 -0700

    Fix include for typedef.


>---------------------------------------------------------------

6647d1b0f86dacc118d23c15171024a8ff4f0a8d
 src/mlpack/methods/hoeffding_trees/typedef.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mlpack/methods/hoeffding_trees/typedef.hpp b/src/mlpack/methods/hoeffding_trees/typedef.hpp
index ba8e1e9..34e8e36 100644
--- a/src/mlpack/methods/hoeffding_trees/typedef.hpp
+++ b/src/mlpack/methods/hoeffding_trees/typedef.hpp
@@ -8,6 +8,7 @@
 #define __MLPACK_METHODS_HOEFFDING_TREES_TYPEDEF_HPP
 
 #include "streaming_decision_tree.hpp"
+#include "hoeffding_split.hpp"
 
 namespace mlpack {
 namespace tree {



More information about the mlpack-git mailing list