3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-02 08:10:43 +00:00

fix build

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-04-16 10:00:44 -07:00
parent f72e30e539
commit af2376e9e4
4 changed files with 10 additions and 15 deletions

View file

@ -37,6 +37,7 @@ namespace polysat {
};
friend class eq_constraint;
friend class bit_constraint;
typedef ptr_vector<constraint> constraints;