Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Jan 29, 2024
1 parent 3743b13 commit e0422e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/lpnamer/problem_modifier/LinkProblemsGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ void LinkProblemsGenerator::treat(
}
}
auto const lp_mps_name = lpDir_ / problem->_name;
problem->_name = lp_mps_name;
problem->_name = lp_mps_name.string();
writer->Write_problem(problem);
}

Expand Down

0 comments on commit e0422e3

Please sign in to comment.