Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
Signed-off-by: Elazar Gershuni <[email protected]>
  • Loading branch information
elazarg committed Sep 26, 2024
1 parent f19f3e5 commit 643bce8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/crab/linear_expression.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

#include <map>

#include "variable.hpp"
#include "crab/variable.hpp"
#include "crab_utils/num_big.hpp"

namespace crab {
// A linear expression is of the form: Ax + By + Cz + ... + N.
Expand Down

0 comments on commit 643bce8

Please sign in to comment.