Skip to content

Commit

Permalink
fix compilation on msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Oct 8, 2024
1 parent 4b9736b commit d4c4b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exe/import.cc
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ int main(int ac, char** av) {
}
}
} else if (exists(in) && !recursive) {
input_files.emplace_back(in, c);
input_files.emplace_back(in.generic_string(), c);
}

if (input_files.empty()) {
Expand Down

0 comments on commit d4c4b88

Please sign in to comment.