Added missing includes.

This commit is contained in:
Andrey Semashev
2020-05-02 18:34:43 +03:00
parent 5e2a2722f1
commit 9e6b3d375a
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,8 @@
#ifndef 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 {
@ -122,6 +123,4 @@ namespace boost {
}
#endif // include guard

View File

@ -10,6 +10,7 @@
#ifndef BOOST_INTEGER_STATIC_MIN_MAX_HPP
#define BOOST_INTEGER_STATIC_MIN_MAX_HPP
#include <boost/config.hpp>
#include <boost/integer_fwd.hpp> // self include
namespace boost