Add corresponding required include

This commit is contained in:
Peter Dimov
2017-07-01 23:54:09 +03:00
parent 468ed1b9be
commit 2260b04c5d

View File

@ -6,6 +6,8 @@
#ifndef FILE_boost_type_traits_floating_point_promotion_hpp_INCLUDED
#define FILE_boost_type_traits_floating_point_promotion_hpp_INCLUDED
#include <boost/config.hpp>
namespace boost {
template<class T> struct floating_point_promotion { typedef T type; };