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

(cherry picked from commit 0077477f215c851fe15c9ea12cfb005125c4238a)

Details

Provenance
ngieAuthored on Oct 19 2024, 3:34 PM
Differential Revision
D47194: tests/sys/fs/fusefs: include iomanip header
Parents
rG1d67cec52542: contrib/googletest: update from 1.14.0 to 1.15.2
Branches
Unknown
Tags
Unknown