From: Alkis Evlogimenos Date: Tue, 28 Sep 2004 02:38:58 +0000 (+0000) Subject: Fix includes. Patch contributed by Paolo Invernizzi! X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c4d3b918165461bc6f5d395bca8d9d9d8a84413d;p=oota-llvm.git Fix includes. Patch contributed by Paolo Invernizzi! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16533 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/LiveInterval.cpp b/lib/CodeGen/LiveInterval.cpp index d63cfc60fba..174b4830d01 100644 --- a/lib/CodeGen/LiveInterval.cpp +++ b/lib/CodeGen/LiveInterval.cpp @@ -20,6 +20,7 @@ #include "LiveInterval.h" #include "llvm/ADT/STLExtras.h" +#include #include #include using namespace llvm;