diff --git a/src/plugins/cpptools/projectinfo_test.cpp b/src/plugins/cpptools/projectinfo_test.cpp index ea3fc34514f..a541df4819f 100644 --- a/src/plugins/cpptools/projectinfo_test.cpp +++ b/src/plugins/cpptools/projectinfo_test.cpp @@ -476,7 +476,8 @@ class HeaderPathFilterTest public: HeaderPathFilterTest() : project({}, Utils::FilePath::fromString("test")) { - const auto headerPaths = {HeaderPath{"", HeaderPathType::BuiltIn}, + const auto headerPaths = HeaderPaths{ + HeaderPath{"", HeaderPathType::BuiltIn}, HeaderPath{"/builtin_path", HeaderPathType::BuiltIn}, HeaderPath{"/system_path", HeaderPathType::System}, HeaderPath{"/framework_path", HeaderPathType::Framework},