diff options
Diffstat (limited to 'libstdc++-v3/include/bits/mask_array.h')
| -rw-r--r-- | libstdc++-v3/include/bits/mask_array.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/mask_array.h b/libstdc++-v3/include/bits/mask_array.h index 5a15f7a5e97..2693564a0af 100644 --- a/libstdc++-v3/include/bits/mask_array.h +++ b/libstdc++-v3/include/bits/mask_array.h @@ -1,6 +1,6 @@ // The template and inlines for the -*- C++ -*- mask_array class. -// Copyright (C) 1997-1999, 2000 Free Software Foundation, Inc. +// Copyright (C) 1997-2001, 2000 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 @@ -32,6 +32,8 @@ #ifndef _CPP_BITS_MASK_ARRAY_H #define _CPP_BITS_MASK_ARRAY_H 1 +#pragma GCC system_header + namespace std { template <class _Tp> class mask_array |

