Get VC++ building again.
authorJeff Cohen <jeffc@jolt-lang.org>
Fri, 24 Feb 2006 02:52:40 +0000 (02:52 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Fri, 24 Feb 2006 02:52:40 +0000 (02:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26351 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineDebugInfo.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

index f2119c2c3de5a35c5b2a6f6527c2d5f6fa512dd6..b27c0ab300e12068536f7a6de17a261efcfe54e0 100644 (file)
@@ -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"
index a6e3fd0388f3b8c0d0eec10666a0c811e69c955c..6b93a703cf248929e9121575bc7570a099de3834 100644 (file)
@@ -42,6 +42,7 @@
 #include <map>
 #include <set>
 #include <iostream>
+#include <algorithm>
 using namespace llvm;
 
 #ifndef NDEBUG