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 /tools | |
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 'tools')
-rw-r--r-- | tools/kleaver/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/kleaver/main.cpp b/tools/kleaver/main.cpp index 00ffc92f..6b0008db 100644 --- a/tools/kleaver/main.cpp +++ b/tools/kleaver/main.cpp @@ -11,6 +11,7 @@ #include "klee/SolverImpl.h" #include "klee/Statistics.h" #include "klee/CommandLine.h" +#include "klee/Common.h" #include "klee/util/ExprPPrinter.h" #include "klee/util/ExprVisitor.h" |