Include sp_noexcept.hpp in sp_construct.hpp

This commit is contained in:
Glen Fernandes
2019-05-02 18:00:53 -04:00
parent d593061b15
commit 1298c2e8e5

View File

@@ -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 <boost/smart_ptr/detail/sp_noexcept.hpp>
#include <boost/core/noinit_adaptor.hpp>
namespace boost {