3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 17:45:32 +00:00

move include path in test

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-04-14 04:06:50 -07:00
parent 57486f0b3d
commit 2f7069a8b7

View file

@ -1,4 +1,4 @@
#include "math/polysat/polysat.h"
#include "math/polysat/solver.h"
#include "ast/ast.h"
namespace polysat {