From 08cb0bba322602372f983dfe964e2814feb296a2 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sat, 12 Dec 2015 13:19:12 +0000 Subject: [PATCH] Add missing #include. --- 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 ecacc82..8f4cee2 100644 --- a/include/boost/type_traits/is_nothrow_move_constructible.hpp +++ b/include/boost/type_traits/is_nothrow_move_constructible.hpp @@ -14,6 +14,7 @@ #include #include #include +#include #ifdef BOOST_IS_NOTHROW_MOVE_CONSTRUCT