summaryrefslogtreecommitdiff
path: root/src/theory/arith/theory_arith_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/theory_arith_private.h')
-rw-r--r--src/theory/arith/theory_arith_private.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/theory/arith/theory_arith_private.h b/src/theory/arith/theory_arith_private.h
index 8198dbcf1..822b38f69 100644
--- a/src/theory/arith/theory_arith_private.h
+++ b/src/theory/arith/theory_arith_private.h
@@ -83,7 +83,9 @@ namespace inferbounds {
}
class InferBoundsResult;
+namespace nl {
class NonlinearExtension;
+}
/**
* Implementation of QF_LRA.
@@ -372,7 +374,7 @@ private:
AttemptSolutionSDP d_attemptSolSimplex;
/** non-linear algebraic approach */
- NonlinearExtension * d_nonlinearExtension;
+ nl::NonlinearExtension* d_nonlinearExtension;
bool solveRealRelaxation(Theory::Effort effortLevel);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback