Add missing includes

This commit is contained in:
Peter Dimov
2026-02-13 02:16:55 +02:00
parent 6e2419c007
commit 1f767d3289
2 changed files with 2 additions and 0 deletions
@@ -5,6 +5,7 @@
#ifndef BOOST_CONVERT_HAS_MEMBER_HPP
#define BOOST_CONVERT_HAS_MEMBER_HPP
#include <boost/type_traits/remove_const.hpp>
#include <boost/type_traits/detail/yes_no_type.hpp>
// This macro allows to check if a type has a member named "__member_name__"...
@@ -5,6 +5,7 @@
#ifndef BOOST_CONVERT_IS_CALLABLE_HPP
#define BOOST_CONVERT_IS_CALLABLE_HPP
#include <boost/type_traits/decay.hpp>
#include <boost/convert/detail/has_member.hpp>
namespace boost { namespace cnv { namespace detail