Add corresponding required include

This commit is contained in:
Peter Dimov
2017-07-01 23:54:09 +03:00
committed by jzmaddock
parent 26b2676928
commit bd30493d1c

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; };