aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2006-02-24 02:52:40 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2006-02-24 02:52:40 +0000
commit7e88103cdea8c36b2229dae8c60def14e3816512 (patch)
tree6ddb40b053aec3635474bc742c8fa6730fec1b49
parent0e43f2ba114df7bfc1f70d0ef62b663f6ea4c09d (diff)
downloadexternal_llvm-7e88103cdea8c36b2229dae8c60def14e3816512.tar.gz
external_llvm-7e88103cdea8c36b2229dae8c60def14e3816512.tar.bz2
external_llvm-7e88103cdea8c36b2229dae8c60def14e3816512.zip
Get VC++ building again.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26351 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/CodeGen/MachineDebugInfo.h1
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/MachineDebugInfo.h b/include/llvm/CodeGen/MachineDebugInfo.h
index f2119c2c3d..b27c0ab300 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 a6e3fd0388..6b93a703cf 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -42,6 +42,7 @@
#include <map>
#include <set>
#include <iostream>
+#include <algorithm>
using namespace llvm;
#ifndef NDEBUG