diff options
Diffstat (limited to 'libstdc++-v3/include/bits/std_ios.h')
| -rw-r--r-- | libstdc++-v3/include/bits/std_ios.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/std_ios.h b/libstdc++-v3/include/bits/std_ios.h index 5c61547bff9..7fba3d75b2e 100644 --- a/libstdc++-v3/include/bits/std_ios.h +++ b/libstdc++-v3/include/bits/std_ios.h @@ -35,7 +35,7 @@ #define _CPP_IOS 1 #include <bits/std_iosfwd.h> -#include <bits/std_exception.h> // For ios_base::failure +#include <exception> // For ios_base::failure #include <bits/char_traits.h> // For char_traits, streamoff, streamsize, fpos #include <bits/stl_string_fwd.h>// For string. #include <bits/std_cstdio.h> // For SEEK_SET, SEEK_CUR, SEEK_END |

