https://llvm.org/bugs/show_bug.cgi?id=26121

            Bug ID: 26121
           Summary: Missing headers in testsuite
           Product: libc++
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

std/containers/sequences/vector.bool/find.pass.cpp uses std::find without
including <algorithm>

std/experimental/string.view/string.view.access/at.pass.cpp uses
std::out_of_range without including <stdexcept>

std/utilities/intseq/intseq.intseq/integer_seq.pass.cpp uses size_t without
including <stddef.h>

std/utilities/utility/pairs/pair.astuple/pairs.by.type.pass.cpp uses
std::unique_ptr without including <memory>

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to