From: Jeff Cohen Date: Wed, 12 Jan 2005 04:29:05 +0000 (+0000) Subject: Fix C++ more compilatiom errors X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=603fea9eb6c386c8027c5b0563ebf409b163d6df;p=oota-llvm.git Fix C++ more compilatiom errors git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19504 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86ISelPattern.cpp b/lib/Target/X86/X86ISelPattern.cpp index f574a631e88..35796e9e60f 100644 --- a/lib/Target/X86/X86ISelPattern.cpp +++ b/lib/Target/X86/X86ISelPattern.cpp @@ -27,6 +27,7 @@ #include "llvm/Support/MathExtras.h" #include "llvm/ADT/Statistic.h" #include +#include using namespace llvm; //===----------------------------------------------------------------------===//