Skip to content

Commit

Permalink
Merge pull request #7727 from tautschnig/bugfixes/7726-guard-manager
Browse files Browse the repository at this point in the history
Fix includes for BDD_GUARDS
  • Loading branch information
tautschnig authored May 23, 2023
2 parents be6bfca + 1315b61 commit fc35bed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/analyses/guard.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ Author: Daniel Kroening, [email protected]

#ifdef BDD_GUARDS

#include "guard_bdd.h"
# include <solvers/prop/bdd_expr.h>

# include "guard_bdd.h"

using guard_managert = bdd_exprt;
using guardt = guard_bddt;
Expand Down
1 change: 1 addition & 0 deletions src/goto-instrument/goto_instrument_parse_options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Author: Daniel Kroening, [email protected]
#include <analyses/dependence_graph.h>
#include <analyses/escape_analysis.h>
#include <analyses/global_may_alias.h>
#include <analyses/guard.h>
#include <analyses/interval_analysis.h>
#include <analyses/interval_domain.h>
#include <analyses/is_threaded.h>
Expand Down

0 comments on commit fc35bed

Please sign in to comment.