From 1298c2e8e5b0122bd40026ef183347d83637fa56 Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Thu, 2 May 2019 18:00:53 -0400 Subject: [PATCH] Include sp_noexcept.hpp in sp_construct.hpp --- include/boost/smart_ptr/detail/sp_construct.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/smart_ptr/detail/sp_construct.hpp b/include/boost/smart_ptr/detail/sp_construct.hpp index 51451fe..b33d59f 100644 --- a/include/boost/smart_ptr/detail/sp_construct.hpp +++ b/include/boost/smart_ptr/detail/sp_construct.hpp @@ -8,6 +8,7 @@ Distributed under the Boost Software License, Version 1.0. #ifndef BOOST_SMART_PTR_DETAIL_SP_CONSTRUCT_HPP #define BOOST_SMART_PTR_DETAIL_SP_CONSTRUCT_HPP +#include #include namespace boost {