From c816be95f57766455f9d4175dde8622cdb3f8c41 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Thu, 25 Feb 2010 18:16:03 +0000 Subject: Applied patch submitted by Justin Lebar to fix compilation error w/ gcc 4.4. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@97153 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Core/ExternalDispatcher.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/Core/ExternalDispatcher.h b/lib/Core/ExternalDispatcher.h index c173df73..d8d9dc58 100644 --- a/lib/Core/ExternalDispatcher.h +++ b/lib/Core/ExternalDispatcher.h @@ -12,6 +12,7 @@ #include #include +#include namespace llvm { class ExecutionEngine; -- cgit 1.4.1