From 6e89d5997514276600c533d5788ad82a3ca3ba5a Mon Sep 17 00:00:00 2001 From: Alexander Nasonov Date: Mon, 22 May 2006 21:02:59 +0000 Subject: [PATCH] included missing files: floating_point_promotion.hpp, integral_promotion.hpp and promote.hpp [SVN r34061] --- include/boost/type_traits.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/boost/type_traits.hpp b/include/boost/type_traits.hpp index 08bb5a1..b6cc3c6 100644 --- a/include/boost/type_traits.hpp +++ b/include/boost/type_traits.hpp @@ -70,6 +70,9 @@ #include "boost/type_traits/type_with_alignment.hpp" #include "boost/type_traits/function_traits.hpp" #include "boost/type_traits/aligned_storage.hpp" +#include "boost/type_traits/floating_point_promotion.hpp" +#include "boost/type_traits/integral_promotion.hpp" +#include "boost/type_traits/promote.hpp" #include "boost/type_traits/ice.hpp"