about summary refs log tree commit diff homepage
path: root/include
diff options
context:
space:
mode:
authorMartin Nowack <m.nowack@imperial.ac.uk>2018-07-29 20:46:44 +0100
committerCristian Cadar <c.cadar@imperial.ac.uk>2018-09-06 13:35:19 +0100
commit0f1b68e093dfe0357adf400ea7b4746f09fb4cba (patch)
tree27d5b257db6a0bf9b2dbda9fdb97303ccc0ea80f /include
parentcdce3e8385927bf2cf2a21902d6563ecea37262c (diff)
downloadklee-0f1b68e093dfe0357adf400ea7b4746f09fb4cba.tar.gz
Fix missing includes and declarations
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 {