From: Alkis Evlogimenos Date: Sat, 8 May 2004 03:50:03 +0000 (+0000) Subject: Add required header X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=880e8e4b4cc0dc6d5d93690a36d6c6f564d0a795;p=oota-llvm.git Add required header git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13417 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/RegAllocLinearScan.cpp b/lib/CodeGen/RegAllocLinearScan.cpp index dcfb597f954..ed7da0f8c8f 100644 --- a/lib/CodeGen/RegAllocLinearScan.cpp +++ b/lib/CodeGen/RegAllocLinearScan.cpp @@ -25,6 +25,7 @@ #include "PhysRegTracker.h" #include "VirtRegMap.h" #include +#include #include using namespace llvm;