From b39e23464ba3df1827e55972f5fae89f27629162 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 21 May 2012 21:58:18 +0000 Subject: [PATCH] Add warning to deprecated header `boost/functional/detail/container_fwd.hpp`. Should have done this years ago, removing this header should make modularization a tad bit cleaner. [SVN r78533] --- test/container_fwd/container_fwd_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/container_fwd/container_fwd_test.cpp b/test/container_fwd/container_fwd_test.cpp index 55c2e04..f12c7c3 100644 --- a/test/container_fwd/container_fwd_test.cpp +++ b/test/container_fwd/container_fwd_test.cpp @@ -3,7 +3,7 @@ // 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) -#include +#include #if BOOST_WORKAROUND(__GNUC__, < 3) && \ !defined(__SGI_STL_PORT) && !defined(_STLPORT_VERSION)