From: Jeff Cohen Date: Fri, 15 Dec 2006 22:06:08 +0000 (+0000) Subject: Complete unbreak of VC++ (Chris identified the simple fix). X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d5c0f439924ec6c839c3c6ba16122e460a296336;p=oota-llvm.git Complete unbreak of VC++ (Chris identified the simple fix). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32615 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/LiveInterval.h b/include/llvm/CodeGen/LiveInterval.h index 03a0f579be3..8181a2093d4 100644 --- a/include/llvm/CodeGen/LiveInterval.h +++ b/include/llvm/CodeGen/LiveInterval.h @@ -26,6 +26,7 @@ #include #include #include +#include namespace llvm { class MRegisterInfo; diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h index daa3974ae40..181a6414a61 100644 --- a/include/llvm/CodeGen/MachineInstr.h +++ b/include/llvm/CodeGen/MachineInstr.h @@ -22,6 +22,7 @@ #include #include #include +#include namespace llvm {