forked from boostorg/integer
Added missing includes.
This commit is contained in:
@ -16,7 +16,8 @@
|
|||||||
#ifndef BOOST_INTEGER_STATIC_LOG2_HPP
|
#ifndef BOOST_INTEGER_STATIC_LOG2_HPP
|
||||||
#define BOOST_INTEGER_STATIC_LOG2_HPP
|
#define BOOST_INTEGER_STATIC_LOG2_HPP
|
||||||
|
|
||||||
#include "boost/integer_fwd.hpp" // for boost::intmax_t
|
#include <boost/config.hpp>
|
||||||
|
#include <boost/integer_fwd.hpp>
|
||||||
|
|
||||||
namespace boost {
|
namespace boost {
|
||||||
|
|
||||||
@ -122,6 +123,4 @@ namespace boost {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif // include guard
|
#endif // include guard
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
#ifndef BOOST_INTEGER_STATIC_MIN_MAX_HPP
|
#ifndef BOOST_INTEGER_STATIC_MIN_MAX_HPP
|
||||||
#define BOOST_INTEGER_STATIC_MIN_MAX_HPP
|
#define BOOST_INTEGER_STATIC_MIN_MAX_HPP
|
||||||
|
|
||||||
|
#include <boost/config.hpp>
|
||||||
#include <boost/integer_fwd.hpp> // self include
|
#include <boost/integer_fwd.hpp> // self include
|
||||||
|
|
||||||
namespace boost
|
namespace boost
|
||||||
|
Reference in New Issue
Block a user