Skip to content

Commit c72d1b4

Browse files
committed
Fixup - Add include of memory for unique_ptr
1 parent 4540ec8 commit c72d1b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/solvers/sat/satcheck_minisat2.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Author: Daniel Kroening, [email protected]
1414

1515
#include <solvers/hardness_collector.h>
1616

17+
#include <memory>
18+
1719
// Select one: basic solver or with simplification.
1820
// Note that the solver with simplifier isn't really robust
1921
// when used incrementally, as variables may disappear

0 commit comments

Comments
 (0)