Ticket #7001: logistic.hpp.patch

File logistic.hpp.patch, 662 bytes (added by jc_doubleimpact <jeanclaude.doubleimpact@…>, 10 years ago)

Patch file

  • logistic.hpp

     
    55// (See accompanying file LICENSE_1_0.txt
    66// or copy at http://www.boost.org/LICENSE_1_0.txt)
    77
     8#ifndef BOOST_STATS_LOGISTIC_HPP
     9#define BOOST_STATS_LOGISTIC_HPP
     10
    811#include <boost/math/distributions/fwd.hpp>
    912#include <boost/math/distributions/detail/common_error_handling.hpp>
    1013#include <boost/math/distributions/complement.hpp>
     
    287290// Must come at the end:
    288291#include <boost/math/distributions/detail/derived_accessors.hpp>
    289292
     293#endif //BOOST_STATS_LOGISTIC_HPP
     294