summaryrefslogtreecommitdiff
path: root/src/prop/cadical.h
diff options
context:
space:
mode:
authorGereon Kremer <gereon.kremer@cs.rwth-aachen.de>2021-03-12 18:53:04 +0100
committerGitHub <noreply@github.com>2021-03-12 09:53:04 -0800
commitab447f207cc2c64b8ec699fc1f65bf4c8f7cc073 (patch)
treeb369d5835216125f1098b64a53e3a049780e464c /src/prop/cadical.h
parent91d701dd898acfddd55edffa9bf11cb175b09147 (diff)
Add missing includes for statistics (#6124)
Diffstat (limited to 'src/prop/cadical.h')
-rw-r--r--src/prop/cadical.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prop/cadical.h b/src/prop/cadical.h
index 2426fb328..dfd761e2e 100644
--- a/src/prop/cadical.h
+++ b/src/prop/cadical.h
@@ -22,6 +22,7 @@
#ifdef CVC4_USE_CADICAL
#include "prop/sat_solver.h"
+#include "util/stats_timer.h"
#include <cadical.hpp>
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback