diff --git a/src/util.cc b/src/util.cc index 341c8412e7..db91af4f54 100644 --- a/src/util.cc +++ b/src/util.cc @@ -1555,7 +1555,8 @@ TEST_CASE("util normalize_path") string normalize_path(const std::string_view path) { size_t n; - vector components, final_components; + vector components; + vector final_components; string new_path; new_path.reserve(path.size());