[mlpack-git] master: Oops, include ostream_extra.hpp. (4275e82)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:01:35 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit 4275e82482872672e119e23e112e4286d2d24a50
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Oct 13 21:03:18 2014 +0000

    Oops, include ostream_extra.hpp.


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

4275e82482872672e119e23e112e4286d2d24a50
 src/mlpack/core.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mlpack/core.hpp b/src/mlpack/core.hpp
index 0d9cd67..ae36e77 100644
--- a/src/mlpack/core.hpp
+++ b/src/mlpack/core.hpp
@@ -148,6 +148,7 @@
 #include <mlpack/core/util/arma_traits.hpp>
 #include <mlpack/core/util/log.hpp>
 #include <mlpack/core/util/cli.hpp>
+#include <mlpack/core/util/ostream_extra.hpp>
 #include <mlpack/core/data/load.hpp>
 #include <mlpack/core/data/save.hpp>
 #include <mlpack/core/data/normalize_labels.hpp>



More information about the mlpack-git mailing list