From f8c0b758311f58e80b48304231bcbe27132e6b75 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Tue, 29 Jan 2013 19:01:04 +0000 Subject: 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 --- lib/Core/Executor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Core') 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" -- cgit 1.4.1