diff options
Diffstat (limited to 'libstdc++-v3/include/bits/limits_generic.h')
| -rw-r--r-- | libstdc++-v3/include/bits/limits_generic.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/limits_generic.h b/libstdc++-v3/include/bits/limits_generic.h index 45fcccb12dc..e25b6723b41 100644 --- a/libstdc++-v3/include/bits/limits_generic.h +++ b/libstdc++-v3/include/bits/limits_generic.h @@ -1,6 +1,6 @@ // The template and inlines for the -*- C++ -*- numeric_limits classes. -// Copyright (C) 2000 Free Software Foundation, Inc. +// Copyright (C) 2000-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 @@ -38,6 +38,8 @@ #ifndef _CPP_NUMERIC_LIMITS #define _CPP_NUMERIC_LIMITS 1 +#pragma GCC system_header + #include <bits/c++config.h> #include <bits/std_cfloat.h> #include <bits/std_climits.h> |

