gdbsupport/pathstuff.h: #include <array> explicitly for std::array<>
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 26 Apr 2022 00:06:09 +0000 (17:06 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 26 Apr 2022 00:06:09 +0000 (17:06 -0700)
commit3f0423f9130cdc3a6aecbb44435ad690b3aa9e99
treef18523f965a16664d2721de5f9485229ab486bba
parentdf2a5f8de7dd943e0f8773c220fad000e49b78a6
gdbsupport/pathstuff.h: #include <array> explicitly for std::array<>

This fixes build breakage using clang with libc++ on FreeBSD where
std::array<> is not yet declared when used by the path_join variadic
function template.
gdbsupport/pathstuff.h