From 1fc51f29d7443be52edaf17145a9608368a7154d Mon Sep 17 00:00:00 2001 From: Billy Robert O'Neal III Date: Fri, 19 Oct 2018 23:49:15 +0000 Subject: [PATCH] [libcxx] [test] Add missing to map at tests. Reviewed as https://reviews.llvm.org/D50551 llvm-svn: 344821 --- libcxx/test/std/containers/associative/map/map.access/at.pass.cpp | 3 ++- .../test/std/containers/unord/unord.map/unord.map.elem/at.pass.cpp | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/libcxx/test/std/containers/associative/map/map.access/at.pass.cpp b/libcxx/test/std/containers/associative/map/map.access/at.pass.cpp index 5822706..76eda04 100644 --- a/libcxx/test/std/containers/associative/map/map.access/at.pass.cpp +++ b/libcxx/test/std/containers/associative/map/map.access/at.pass.cpp @@ -14,8 +14,9 @@ // mapped_type& at(const key_type& k); // const mapped_type& at(const key_type& k) const; -#include #include +#include +#include #include "min_allocator.h" #include "test_macros.h" diff --git a/libcxx/test/std/containers/unord/unord.map/unord.map.elem/at.pass.cpp b/libcxx/test/std/containers/unord/unord.map/unord.map.elem/at.pass.cpp index e526b65..a17c49d 100644 --- a/libcxx/test/std/containers/unord/unord.map/unord.map.elem/at.pass.cpp +++ b/libcxx/test/std/containers/unord/unord.map/unord.map.elem/at.pass.cpp @@ -16,9 +16,10 @@ // mapped_type& at(const key_type& k); // const mapped_type& at(const key_type& k) const; -#include -#include #include +#include +#include +#include #include "MoveOnly.h" #include "min_allocator.h" -- 2.7.4