From d5c0f439924ec6c839c3c6ba16122e460a296336 Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Fri, 15 Dec 2006 22:06:08 +0000 Subject: [PATCH] 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 --- include/llvm/CodeGen/LiveInterval.h | 1 + include/llvm/CodeGen/MachineInstr.h | 1 + 2 files changed, 2 insertions(+) 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 {