projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
815f2c9
)
Adding a missing header include for cvc4_assert.h in smt_engine_check_proof.cpp for...
author
Tim King
<taking@google.com>
Tue, 29 Dec 2015 09:19:30 +0000
(
04:19
-0500)
committer
Tim King
<taking@google.com>
Tue, 29 Dec 2015 09:20:09 +0000
(
04:20
-0500)
src/smt/smt_engine_check_proof.cpp
patch
|
blob
|
history
diff --git
a/src/smt/smt_engine_check_proof.cpp
b/src/smt/smt_engine_check_proof.cpp
index 2add88afbcabcd8ae272442fa54bd6191a6f6bd9..da01b9863235f922341912451bb861acb3e2810f 100644
(file)
--- a/
src/smt/smt_engine_check_proof.cpp
+++ b/
src/smt/smt_engine_check_proof.cpp
@@
-22,8
+22,11
@@
#include <fstream>
#include <string>
-#
include "base/output.h
"
+#
warning "TODO: Why is lfsc's check.h being included like this?
"
#include "check.h"
+
+#include "base/cvc4_assert.h"
+#include "base/output.h"
#include "expr/statistics_registry.h"
#include "smt/smt_engine.h"
#include "util/configuration_private.h"