From 9e6b3d375a0de4af952762633b91c93822f779e2 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sat, 2 May 2020 18:34:43 +0300 Subject: [PATCH] Added missing includes. --- include/boost/integer/static_log2.hpp | 5 ++--- include/boost/integer/static_min_max.hpp | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/integer/static_log2.hpp b/include/boost/integer/static_log2.hpp index 56c7a00..db3aba2 100644 --- a/include/boost/integer/static_log2.hpp +++ b/include/boost/integer/static_log2.hpp @@ -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 +#include namespace boost { @@ -122,6 +123,4 @@ namespace boost { } - - #endif // include guard diff --git a/include/boost/integer/static_min_max.hpp b/include/boost/integer/static_min_max.hpp index ee76fd4..e4e6a4a 100644 --- a/include/boost/integer/static_min_max.hpp +++ b/include/boost/integer/static_min_max.hpp @@ -10,6 +10,7 @@ #ifndef BOOST_INTEGER_STATIC_MIN_MAX_HPP #define BOOST_INTEGER_STATIC_MIN_MAX_HPP +#include #include // self include namespace boost