diff options
Diffstat (limited to 'libstdc++-v3/testsuite/ext/headers.cc')
-rw-r--r-- | libstdc++-v3/testsuite/ext/headers.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/testsuite/ext/headers.cc b/libstdc++-v3/testsuite/ext/headers.cc index bc7f8b2..f63b4ab 100644 --- a/libstdc++-v3/testsuite/ext/headers.cc +++ b/libstdc++-v3/testsuite/ext/headers.cc @@ -24,10 +24,12 @@ // subdirectory that are meant to be directly included. #include <ext/algorithm> +#include <ext/functional> #include <ext/hash_map> #include <ext/hash_set> #include <ext/iterator> #include <ext/memory> +#include <ext/numeric> #include <ext/rope> #include <ext/slist> |