HomeFreeBSD

tests/sys/fs/fusefs: include iomanip header

Description

tests/sys/fs/fusefs: include iomanip header

io.cc relies on std::setw(..), which is exported by the iomanip C++
header. Newer versions of GoogleTest don't export this header, so add
the explicit include.

This unbreaks the build with GoogleTest 1.15.2.

MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D47194

Details

Provenance
ngieAuthored on Sat, Oct 19, 3:34 PM
Differential Revision
D47194: tests/sys/fs/fusefs: include iomanip header
Parents
rG6d42d5dbdd67: vm_glue: use vm_page_alloc_domain_after
Branches
Unknown
Tags
Unknown