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 + stp/AST/AST.h | 1 + 2 files changed, 2 insertions(+) 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; diff --git a/stp/AST/AST.h b/stp/AST/AST.h index 53ed7016..202f6598 100644 --- a/stp/AST/AST.h +++ b/stp/AST/AST.h @@ -27,6 +27,7 @@ #include "../sat/Solver.h" #include "../sat/SolverTypes.h" #include +#include #ifndef NATIVE_C_ARITH #include "../constantbv/constantbv.h" #endif -- cgit 1.4.1