From 2260b04c5dda02b18f3d4b1177e5531ef0f64b47 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 1 Jul 2017 23:54:09 +0300 Subject: [PATCH] Add corresponding required include --- include/boost/type_traits/floating_point_promotion.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/type_traits/floating_point_promotion.hpp b/include/boost/type_traits/floating_point_promotion.hpp index 0e709b7..9110f24 100644 --- a/include/boost/type_traits/floating_point_promotion.hpp +++ b/include/boost/type_traits/floating_point_promotion.hpp @@ -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 + namespace boost { template struct floating_point_promotion { typedef T type; };