diff --git a/include/boost/polymorphic_pointer_cast.hpp b/include/boost/polymorphic_pointer_cast.hpp index ae218d2..9c8b5ca 100644 --- a/include/boost/polymorphic_pointer_cast.hpp +++ b/include/boost/polymorphic_pointer_cast.hpp @@ -1,5 +1,5 @@ // boost polymorphic_pointer_cast.hpp header file ----------------------------------------------// -// (C) Copyright Boris Rasin and Antony Polukhin 2014. +// (C) Copyright Boris Rasin and Antony Polukhin 2014-2015. // Distributed under the Boost // Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -12,6 +12,7 @@ # include # include # include +# include # include # ifdef BOOST_NO_CXX11_DECLTYPE # include