diff --git a/include/boost/integer/integer_log2.hpp b/include/boost/integer/integer_log2.hpp index 0acfa2e..afd1b14 100644 --- a/include/boost/integer/integer_log2.hpp +++ b/include/boost/integer/integer_log2.hpp @@ -16,11 +16,11 @@ #define BOOST_INTEGER_INTEGER_LOG2_HPP #include -#if defined(__BORLANDC__) && !defined(__clang__) -#include -#endif #include #include +#if defined(BOOST_BORLANDC) +#include +#endif namespace boost {