summaryrefslogtreecommitdiff
path: root/src/theory/booleans
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2013-09-23 14:33:53 -0700
committerClark Barrett <barrett@cs.nyu.edu>2013-09-23 14:33:53 -0700
commit9775bced75843c6f01e9524c2d0e7021535e3ec0 (patch)
tree3b150624ca81fcfd4940b73c7727e05d17c2ffc4 /src/theory/booleans
parente50d0f0d93636f296b8d33dc4bd2cd9f91e159e5 (diff)
Cleaner version of bug-fix for 528, also moved substitutions.h out of theory.h
for faster compilation
Diffstat (limited to 'src/theory/booleans')
-rw-r--r--src/theory/booleans/theory_bool.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/booleans/theory_bool.cpp b/src/theory/booleans/theory_bool.cpp
index 3e75dd258..87aadf3f0 100644
--- a/src/theory/booleans/theory_bool.cpp
+++ b/src/theory/booleans/theory_bool.cpp
@@ -17,6 +17,7 @@
#include "theory/theory.h"
#include "theory/booleans/theory_bool.h"
#include "theory/booleans/circuit_propagator.h"
+#include "theory/substitutions.h"
#include "theory/valuation.h"
#include "util/boolean_simplification.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback