mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
add an include
This commit is contained in:
parent
10095a30b7
commit
af8d192392
|
@ -9,6 +9,7 @@
|
||||||
#include "math/lp/lp_settings.h"
|
#include "math/lp/lp_settings.h"
|
||||||
#include "util/uint_set.h"
|
#include "util/uint_set.h"
|
||||||
#include "math/lp/implied_bound.h"
|
#include "math/lp/implied_bound.h"
|
||||||
|
#include <vector>
|
||||||
namespace lp {
|
namespace lp {
|
||||||
template <typename T>
|
template <typename T>
|
||||||
class lp_bound_propagator {
|
class lp_bound_propagator {
|
||||||
|
|
Loading…
Reference in a new issue