diff options
| author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-20 15:45:55 +0000 |
|---|---|---|
| committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-20 15:45:55 +0000 |
| commit | 83ac36a572337c4b06fbde0fd7dfbfeff26088b4 (patch) | |
| tree | 6ae71daad4b1abfe14e76428d6af88dd6326d97a /libstdc++-v3/include/precompiled | |
| parent | 0821017ff2050fd6ad2775f8546bb1c0dd036b36 (diff) | |
| download | ppe42-gcc-83ac36a572337c4b06fbde0fd7dfbfeff26088b4.tar.gz ppe42-gcc-83ac36a572337c4b06fbde0fd7dfbfeff26088b4.zip | |
2011-07-20 Ed Smith-Rowland <3dw4rd@verizon.net>
* include/precompiled/stdc++.h: Add scoped_allocator.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176520 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/precompiled')
| -rw-r--r-- | libstdc++-v3/include/precompiled/stdc++.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libstdc++-v3/include/precompiled/stdc++.h b/libstdc++-v3/include/precompiled/stdc++.h index 510a6552f52..b0c93cabe31 100644 --- a/libstdc++-v3/include/precompiled/stdc++.h +++ b/libstdc++-v3/include/precompiled/stdc++.h @@ -1,6 +1,6 @@ // C++ includes used for precompiling -*- C++ -*- -// Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +// Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free @@ -106,6 +106,7 @@ #include <random> #include <ratio> #include <regex> +#include <scoped_allocator> #include <system_error> #include <thread> #include <tuple> |

