diff options
Diffstat (limited to 'libstdc++-v3/include/bits/slice.h')
| -rw-r--r-- | libstdc++-v3/include/bits/slice.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/slice.h b/libstdc++-v3/include/bits/slice.h index 3e4f7a743f6..113ff9b85c7 100644 --- a/libstdc++-v3/include/bits/slice.h +++ b/libstdc++-v3/include/bits/slice.h @@ -30,7 +30,9 @@ // Written by Gabriel Dos Reis <Gabriel.Dos-Reis@DPTMaths.ENS-Cachan.Fr> #ifndef _CPP_BITS_SLICE_H -#define _CPP_BITS_SLICE_H +#define _CPP_BITS_SLICE_H 1 + +#pragma GCC system_header namespace std { |

