Skip to content

Commit

Permalink
Fix compile, add boost header in CMakelists (#2233)
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin authored Jul 4, 2024
1 parent ecccb29 commit f0a80bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/solver/infeasible-problem-analysis/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ add_library(infeasible_problem_analysis ${SRC_INFEASIBLE_PROBLEM_ANALYSIS})
target_link_libraries(infeasible_problem_analysis
PRIVATE
ortools::ortools
Boost::headers
Antares::logs
)
target_include_directories(infeasible_problem_analysis
Expand Down
1 change: 0 additions & 1 deletion src/solver/infeasible-problem-analysis/constraint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include <sstream>

#include <boost/algorithm/string/regex.hpp>
#include <boost/regex.hpp>

namespace
{
Expand Down

0 comments on commit f0a80bf

Please sign in to comment.