diff options
author | Cristian Cadar <cristic@cs.stanford.edu> | 2013-01-29 19:01:04 +0000 |
---|---|---|
committer | Cristian Cadar <cristic@cs.stanford.edu> | 2013-01-29 19:01:04 +0000 |
commit | f8c0b758311f58e80b48304231bcbe27132e6b75 (patch) | |
tree | fd52687046a56b4858617f68f34617deaa315047 /lib/Core/Executor.cpp | |
parent | 60dbbf4368f89bcabed1b3adf95dc0a59d08b5d9 (diff) | |
download | klee-f8c0b758311f58e80b48304231bcbe27132e6b75.tar.gz |
Patch by Tomasz Kuchta that fixes the fragile way in which KLEE and Kleaver options were shared.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@173819 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Core/Executor.cpp')
-rw-r--r-- | lib/Core/Executor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Core/Executor.cpp b/lib/Core/Executor.cpp index a0c4de1c..b2ddb9b1 100644 --- a/lib/Core/Executor.cpp +++ b/lib/Core/Executor.cpp @@ -31,6 +31,7 @@ #include "klee/Interpreter.h" #include "klee/TimerStatIncrementer.h" #include "klee/CommandLine.h" +#include "klee/Common.h" #include "klee/util/Assignment.h" #include "klee/util/ExprPPrinter.h" #include "klee/util/ExprSMTLIBLetPrinter.h" |