From 2140b4c23cf4cd77e1b55e7611b99aeada8a8788 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Thu, 14 Mar 2013 18:56:19 +0000 Subject: [PATCH] Added missing header for is_nothrow_move_constructible (refs #8189). [SVN r83430] --- include/boost/type_traits/is_nothrow_move_constructible.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/type_traits/is_nothrow_move_constructible.hpp b/include/boost/type_traits/is_nothrow_move_constructible.hpp index 3781512..bc7fb88 100644 --- a/include/boost/type_traits/is_nothrow_move_constructible.hpp +++ b/include/boost/type_traits/is_nothrow_move_constructible.hpp @@ -19,6 +19,7 @@ #include #include #include +#include // should be the last #include #include