From: Duraid Madina Date: Wed, 28 Dec 2005 04:55:42 +0000 (+0000) Subject: HB is *the* code janitor. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3005961701ca5f08b3a4945e45123a373fd47582;p=oota-llvm.git HB is *the* code janitor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25031 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/RegAllocLinearScan.cpp b/lib/CodeGen/RegAllocLinearScan.cpp index 815f474090f..fbf669285c3 100644 --- a/lib/CodeGen/RegAllocLinearScan.cpp +++ b/lib/CodeGen/RegAllocLinearScan.cpp @@ -30,6 +30,7 @@ #include #include #include +#include using namespace llvm; namespace {