From af8d1923928bfc8e30e0c3d43258216ab163d03e Mon Sep 17 00:00:00 2001 From: Lev Nachmanson Date: Sun, 17 Sep 2023 13:14:36 -0700 Subject: [PATCH] add an include --- src/math/lp/lp_bound_propagator.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/math/lp/lp_bound_propagator.h b/src/math/lp/lp_bound_propagator.h index bbddd6357..2c5c654c2 100644 --- a/src/math/lp/lp_bound_propagator.h +++ b/src/math/lp/lp_bound_propagator.h @@ -9,6 +9,7 @@ #include "math/lp/lp_settings.h" #include "util/uint_set.h" #include "math/lp/implied_bound.h" +#include namespace lp { template class lp_bound_propagator {