diff options
Diffstat (limited to 'libstdc++-v3/include/bits/std_iosfwd.h')
-rw-r--r-- | libstdc++-v3/include/bits/std_iosfwd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/std_iosfwd.h b/libstdc++-v3/include/bits/std_iosfwd.h index 15631a29e2b..dc28c863606 100644 --- a/libstdc++-v3/include/bits/std_iosfwd.h +++ b/libstdc++-v3/include/bits/std_iosfwd.h @@ -1,6 +1,6 @@ // Forwarding declarations -*- C++ -*- -// Copyright (C) 1997-1999 Free Software Foundation, Inc. +// Copyright (C) 1997, 1998, 1999, 2001 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 @@ -37,6 +37,7 @@ #include <bits/c++config.h> #include <bits/std_cwchar.h> // For mbstate_t #include <bits/stringfwd.h> // For string forward declarations. +#include <bits/functexcept.h> namespace std { |