Skip to content

Commit

Permalink
fix include cassert
Browse files Browse the repository at this point in the history
  • Loading branch information
hlefebvr committed Nov 28, 2024
1 parent 0addc45 commit 40d7c88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/robust/optimizers/deterministic/Deterministic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "idol/mixed-integer/modeling/expressions/operations/operators.h"
#include "idol/mixed-integer/modeling/variables/TempVar.h"
#include "idol/robust/optimizers/deterministic/Optimizers_Deterministic.h"
#include <cassert>

idol::Robust::Deterministic::Deterministic(const Robust::Description &t_description) : m_description(t_description) {

Expand Down

0 comments on commit 40d7c88

Please sign in to comment.