From 7e88103cdea8c36b2229dae8c60def14e3816512 Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Fri, 24 Feb 2006 02:52:40 +0000 Subject: [PATCH] Get VC++ building again. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26351 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/MachineDebugInfo.h | 1 + lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/include/llvm/CodeGen/MachineDebugInfo.h b/include/llvm/CodeGen/MachineDebugInfo.h index f2119c2c3de..b27c0ab300e 100644 --- a/include/llvm/CodeGen/MachineDebugInfo.h +++ b/include/llvm/CodeGen/MachineDebugInfo.h @@ -31,6 +31,7 @@ #define LLVM_CODEGEN_MACHINEDEBUGINFO_H #include "llvm/Support/Dwarf.h" +#include "llvm/Support/DataTypes.h" #include "llvm/ADT/UniqueVector.h" #include "llvm/GlobalValue.h" #include "llvm/Pass.h" diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index a6e3fd0388f..6b93a703cf2 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -42,6 +42,7 @@ #include #include #include +#include using namespace llvm; #ifndef NDEBUG -- 2.34.1