summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/tr2
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-06 08:39:13 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-06 08:39:13 +0000
commit996369db24a6a11a509b9fed0c2e2ae720aa3b77 (patch)
tree7c9086ebebaa9400df976756c291c06aee6aea64 /libstdc++-v3/include/tr2
parent41445a29b8f8780dc7bdffef753a8c7f550250dc (diff)
downloadppe42-gcc-996369db24a6a11a509b9fed0c2e2ae720aa3b77.tar.gz
ppe42-gcc-996369db24a6a11a509b9fed0c2e2ae720aa3b77.zip
2012-10-06 Joe Seymour <jseymour@codesourcery.com>
* include/tr2/dynamic_bitset: Fix cxxabi_forced.h include path. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192154 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/tr2')
-rw-r--r--libstdc++-v3/include/tr2/dynamic_bitset4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/include/tr2/dynamic_bitset b/libstdc++-v3/include/tr2/dynamic_bitset
index 5ca56470bd2..53b696f0ebd 100644
--- a/libstdc++-v3/include/tr2/dynamic_bitset
+++ b/libstdc++-v3/include/tr2/dynamic_bitset
@@ -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)
{
OpenPOWER on IntegriCloud