mirror of
https://github.com/boostorg/convert.git
synced 2026-07-21 13:13:37 +00:00
Add missing includes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user