From 3005961701ca5f08b3a4945e45123a373fd47582 Mon Sep 17 00:00:00 2001 From: Duraid Madina Date: Wed, 28 Dec 2005 04:55:42 +0000 Subject: [PATCH] HB is *the* code janitor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25031 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/RegAllocLinearScan.cpp | 1 + 1 file changed, 1 insertion(+) 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 {