[mlpack-git] master: Fixes typo in include directive (d6e29f3)

gitdub at mlpack.org gitdub at mlpack.org
Thu Jul 21 06:57:18 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/ba850f782a53c5a77b7985f7647f609bd96cb5e7...2c026d838925df436d967439899813da5d34c702

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

commit d6e29f38bbfea525f55ca4e59de8038d7aa6bd77
Author: Yannis Mentekidis <mentekid at gmail.com>
Date:   Thu Jul 21 11:57:18 2016 +0100

    Fixes typo in include directive


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

d6e29f38bbfea525f55ca4e59de8038d7aa6bd77
 src/mlpack/core/boost_backport/detail/bernoulli_details.hpp   | 2 +-
 src/mlpack/core/boost_backport/detail/unchecked_bernoulli.hpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mlpack/core/boost_backport/detail/bernoulli_details.hpp b/src/mlpack/core/boost_backport/detail/bernoulli_details.hpp
index 1e504ef..a167ab3 100644
--- a/src/mlpack/core/boost_backport/detail/bernoulli_details.hpp
+++ b/src/mlpack/core/boost_backport/detail/bernoulli_details.hpp
@@ -7,7 +7,7 @@
 #ifndef BOOST_MATH_BERNOULLI_DETAIL_HPP
 #define BOOST_MATH_BERNOULLI_DETAIL_HPP
 
-#include "math_fwd.hpp"
+#include "../math_fwd.hpp"
 #include <boost/config.hpp>
 #include <boost/detail/lightweight_mutex.hpp>
 #include <boost/utility/enable_if.hpp>
diff --git a/src/mlpack/core/boost_backport/detail/unchecked_bernoulli.hpp b/src/mlpack/core/boost_backport/detail/unchecked_bernoulli.hpp
index 09bb05a..483e2d8 100644
--- a/src/mlpack/core/boost_backport/detail/unchecked_bernoulli.hpp
+++ b/src/mlpack/core/boost_backport/detail/unchecked_bernoulli.hpp
@@ -15,7 +15,7 @@
 #include <cmath>
 #include <boost/math/policies/error_handling.hpp>
 #include <boost/math/constants/constants.hpp>
-#include "math_fwd.hpp"
+#include "../math_fwd.hpp"
 #include <boost/mpl/int.hpp>
 #include <boost/type_traits/is_convertible.hpp>
 




More information about the mlpack-git mailing list