From 1f48835b7252757bb778a93bdac2d62e1dea59bc Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Mon, 24 Sep 2012 18:37:22 +0000 Subject: Fix the memout issue seen in recent nightly regressions (was due to a Statistics-printing problem, limited to certain benchmarks). Mark some unlabeled header files "cvc4_private.h". Other minor cleanup. (this commit was certified error- and warning-free by the test-and-commit script.) --- src/decision/justification_heuristic.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/decision/justification_heuristic.h') diff --git a/src/decision/justification_heuristic.h b/src/decision/justification_heuristic.h index 6d9493e89..f0f227ead 100644 --- a/src/decision/justification_heuristic.h +++ b/src/decision/justification_heuristic.h @@ -20,6 +20,8 @@ ** It needs access to the simplified but non-clausal formula. **/ +#include "cvc4_private.h" + #ifndef __CVC4__DECISION__JUSTIFICATION_HEURISTIC #define __CVC4__DECISION__JUSTIFICATION_HEURISTIC -- cgit v1.2.3