about summary refs log tree commit diff homepage
path: root/lib/Core
diff options
context:
space:
mode:
authorCristian Cadar <cristic@cs.stanford.edu>2013-01-29 19:01:04 +0000
committerCristian Cadar <cristic@cs.stanford.edu>2013-01-29 19:01:04 +0000
commitf8c0b758311f58e80b48304231bcbe27132e6b75 (patch)
treefd52687046a56b4858617f68f34617deaa315047 /lib/Core
parent60dbbf4368f89bcabed1b3adf95dc0a59d08b5d9 (diff)
downloadklee-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')
-rw-r--r--lib/Core/Executor.cpp1
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"