diff options
Diffstat (limited to 'libstdc++-v3/include/bits/locale_facets.h')
| -rw-r--r-- | libstdc++-v3/include/bits/locale_facets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/locale_facets.h b/libstdc++-v3/include/bits/locale_facets.h index 1df9114ce4c..6f4ae6a23da 100644 --- a/libstdc++-v3/include/bits/locale_facets.h +++ b/libstdc++-v3/include/bits/locale_facets.h @@ -37,7 +37,7 @@ #define _CPP_BITS_LOCFACETS_H 1 #include <bits/std_ctime.h> // For struct tm -#include <bits/std_typeinfo.h> // For bad_cast, which shouldn't be here. +#include <typeinfo> // For bad_cast, which shouldn't be here. #include <bits/std_ios.h> // For ios_base #include <bits/std_cwctype.h> // For wctype_t |

