diff options
Diffstat (limited to 'libstdc++-v3/include/ext/rope')
-rw-r--r-- | libstdc++-v3/include/ext/rope | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/ext/rope b/libstdc++-v3/include/ext/rope index 45c5de8..0bc371c 100644 --- a/libstdc++-v3/include/ext/rope +++ b/libstdc++-v3/include/ext/rope @@ -58,11 +58,11 @@ #include <bits/allocator.h> #include <ext/hash_fun.h> #include <iosfwd> +#include <bits/gthr.h> # ifdef __GC # define __GC_CONST const # else -# include <bits/gthr.h> # define __GC_CONST // constant except for deallocation # endif |