]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
dynamic_bitset: Fix cxxabi_forced.h include path.
authorJoe Seymour <jseymour@codesourcery.com>
Sat, 6 Oct 2012 08:39:13 +0000 (08:39 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sat, 6 Oct 2012 08:39:13 +0000 (08:39 +0000)
2012-10-06  Joe Seymour  <jseymour@codesourcery.com>

* include/tr2/dynamic_bitset: Fix cxxabi_forced.h include path.

From-SVN: r192154

libstdc++-v3/ChangeLog
libstdc++-v3/include/tr2/dynamic_bitset

index c651247fb353a754feeda3575c63322a8e715fe1..2dee02e817d56988564b1195c8eeaadbef1039bf 100644 (file)
@@ -1,3 +1,7 @@
+2012-10-06  Joe Seymour  <jseymour@codesourcery.com>
+
+       * include/tr2/dynamic_bitset: Fix cxxabi_forced.h include path.
+
 2012-10-05  Benjamin Kosnik  <bkoz@redhat.com>
 
        * testsuite/28_regex/algorithms/match: Rename to...
index 5ca56470bd2e14c0f3d76cbfb8afec21661fb4ae..53b696f0ebd3e632f0ac8ae4cc0b589b79e67930 100644 (file)
@@ -1,6 +1,6 @@
 // TR2 <dynamic_bitset> -*- 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 <bits/functexcept.h>   // For invalid_argument, out_of_range,
                                // overflow_error
 #include <iosfwd>
-#include <cxxabi_forced.h>
+#include <bits/cxxabi_forced.h>
 
 namespace std _GLIBCXX_VISIBILITY(default)
 {