From 02d2fb38e37025f36c3851d879af6021d4ec4a66 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 27 May 2012 21:13:49 +0000 Subject: [PATCH] Hash: Merge deprecated header warning + some documentation. [SVN r78697] --- 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)