about summary refs log tree commit diff homepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/klee/SolverImpl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/klee/SolverImpl.h b/include/klee/SolverImpl.h
index c17082a8..615f20c5 100644
--- a/include/klee/SolverImpl.h
+++ b/include/klee/SolverImpl.h
@@ -10,6 +10,8 @@
 #ifndef KLEE_SOLVERIMPL_H
 #define KLEE_SOLVERIMPL_H
 
+#include "Solver.h"
+
 #include <vector>
 
 namespace klee {