about summary refs log tree commit diff homepage
path: root/lib/Solver/ConstructSolverChain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Solver/ConstructSolverChain.cpp')
-rw-r--r--lib/Solver/ConstructSolverChain.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Solver/ConstructSolverChain.cpp b/lib/Solver/ConstructSolverChain.cpp
index 39e0e824..ed6a77dd 100644
--- a/lib/Solver/ConstructSolverChain.cpp
+++ b/lib/Solver/ConstructSolverChain.cpp
@@ -10,10 +10,12 @@
 /*
  * This file groups declarations that are common to both KLEE and Kleaver.
  */
+
 #include "klee/Common.h"
-#include "klee/SolverCmdLine.h"
 #include "klee/Internal/Support/ErrorHandling.h"
 #include "klee/Internal/System/Time.h"
+#include "klee/Solver/SolverCmdLine.h"
+
 #include "llvm/Support/raw_ostream.h"