[mlpack-git] master: Forward declarations continued... (cda53ea)

gitdub at mlpack.org gitdub at mlpack.org
Thu Jul 21 06:53:23 EDT 2016


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

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

commit cda53ea2a720fb8367a3d369677be9e4902d36b9
Author: Yannis Mentekidis <mentekid at gmail.com>
Date:   Thu Jul 21 11:53:23 2016 +0100

    Forward declarations continued...


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

cda53ea2a720fb8367a3d369677be9e4902d36b9
 src/mlpack/core/boost_backport/detail/bernoulli_details.hpp   | 1 +
 src/mlpack/core/boost_backport/detail/unchecked_bernoulli.hpp | 2 +-
 src/mlpack/core/boost_backport/trigamma.hpp                   | 2 +-
 3 files changed, 3 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 c12a172..1e504ef 100644
--- a/src/mlpack/core/boost_backport/detail/bernoulli_details.hpp
+++ b/src/mlpack/core/boost_backport/detail/bernoulli_details.hpp
@@ -7,6 +7,7 @@
 #ifndef BOOST_MATH_BERNOULLI_DETAIL_HPP
 #define BOOST_MATH_BERNOULLI_DETAIL_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 03c3766..09bb05a 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 <boost/math/special_functions/math_fwd.hpp>
+#include "math_fwd.hpp"
 #include <boost/mpl/int.hpp>
 #include <boost/type_traits/is_convertible.hpp>
 
diff --git a/src/mlpack/core/boost_backport/trigamma.hpp b/src/mlpack/core/boost_backport/trigamma.hpp
index 36eb635..d56c94d 100644
--- a/src/mlpack/core/boost_backport/trigamma.hpp
+++ b/src/mlpack/core/boost_backport/trigamma.hpp
@@ -10,7 +10,7 @@
 #pragma once
 #endif
 
-#include <boost/math/special_functions/math_fwd.hpp>
+#include "math_fwd.hpp"
 #include <boost/math/tools/rational.hpp>
 #include <boost/math/tools/series.hpp>
 #include <boost/math/tools/promotion.hpp>




More information about the mlpack-git mailing list