diff options
Diffstat (limited to 'libstdc++-v3/include/std/regex')
-rw-r--r-- | libstdc++-v3/include/std/regex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/std/regex b/libstdc++-v3/include/std/regex index 4d0e93c..3dff372 100644 --- a/libstdc++-v3/include/std/regex +++ b/libstdc++-v3/include/std/regex @@ -56,9 +56,9 @@ #include <bits/regex_constants.h> #include <bits/regex_error.h> #include <bits/regex_automaton.h> -#include <bits/regex.h> #include <bits/regex_scanner.h> #include <bits/regex_compiler.h> +#include <bits/regex.h> #include <bits/regex_executor.h> #endif // C++11 |