diff options
Diffstat (limited to 'lib/Basic/ConstructSolverChain.cpp')
-rw-r--r-- | lib/Basic/ConstructSolverChain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Basic/ConstructSolverChain.cpp b/lib/Basic/ConstructSolverChain.cpp index 50d81a25..5880ad59 100644 --- a/lib/Basic/ConstructSolverChain.cpp +++ b/lib/Basic/ConstructSolverChain.cpp @@ -11,7 +11,7 @@ * This file groups declarations that are common to both KLEE and Kleaver. */ #include "klee/Common.h" -#include "klee/CommandLine.h" +#include "klee/SolverCmdLine.h" #include "klee/Internal/Support/ErrorHandling.h" #include "llvm/Support/raw_ostream.h" |