From d6a5e81d74f9c17f0de3f5ab1a9c817381eec7e8 Mon Sep 17 00:00:00 2001 From: Joe Seymour Date: Sat, 6 Oct 2012 08:39:13 +0000 Subject: [PATCH] dynamic_bitset: Fix cxxabi_forced.h include path. 2012-10-06 Joe Seymour * include/tr2/dynamic_bitset: Fix cxxabi_forced.h include path. From-SVN: r192154 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/include/tr2/dynamic_bitset | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c651247fb353..2dee02e817d5 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2012-10-06 Joe Seymour + + * include/tr2/dynamic_bitset: Fix cxxabi_forced.h include path. + 2012-10-05 Benjamin Kosnik * testsuite/28_regex/algorithms/match: Rename to... diff --git a/libstdc++-v3/include/tr2/dynamic_bitset b/libstdc++-v3/include/tr2/dynamic_bitset index 5ca56470bd2e..53b696f0ebd3 100644 --- a/libstdc++-v3/include/tr2/dynamic_bitset +++ b/libstdc++-v3/include/tr2/dynamic_bitset @@ -1,6 +1,6 @@ // TR2 -*- C++ -*- -// Copyright (C) 2009, 2010, 2011, 2012 Free Software Foundation, Inc. +// Copyright (C) 2009-2012 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -39,7 +39,7 @@ #include // For invalid_argument, out_of_range, // overflow_error #include -#include +#include namespace std _GLIBCXX_VISIBILITY(default) { -- 2.47.2