Skip to content

Commit

Permalink
added z3_utils dep and fixed missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
SJulianS committed Jul 16, 2024
1 parent 4948797 commit 2824315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include "hal_core/utilities/result.h"

#include <map>
#include <vector>

namespace hal
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ namespace hal
{
std::set<std::string> retval;
retval.insert("resynthesis");
retval.insert("z3_utils");
return retval;
}
} // namespace hal

0 comments on commit 2824315

Please sign in to comment.