summaryrefslogtreecommitdiff
path: root/src/expr
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2012-10-04 17:45:56 +0000
committerClark Barrett <barrett@cs.nyu.edu>2012-10-04 17:45:56 +0000
commit930601b40c68d959e66abc71da6ff3296860952e (patch)
tree3172d5e8eb1177de6a4d57a8bed1dc4e0147d53b /src/expr
parentedc69feaf7b41e0166f172d943b0d981f392474a (diff)
Implemented array type enumerator, more fixes for models
Diffstat (limited to 'src/expr')
-rw-r--r--src/expr/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/command.h b/src/expr/command.h
index e120deed6..6f5b0bd4c 100644
--- a/src/expr/command.h
+++ b/src/expr/command.h
@@ -37,7 +37,7 @@
#include "util/sexpr.h"
#include "util/datatype.h"
#include "util/proof.h"
-#include "util/model.h"
+#include "util/util_model.h"
namespace CVC4 {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback