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 --- tools/kleaver/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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" -- cgit 1.4.1