diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2006-01-24 04:43:17 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2006-01-24 04:43:17 +0000 |
commit | 2aa750a874b31ecab56f923a714e43a029526e56 (patch) | |
tree | db573f304b818c758741a1c8ea559499584bed5c /lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp | |
parent | 83404e320d5074f6bd7919ca56decf4a211bfeae (diff) |
Fix VC++ compilation error.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25577 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp index 71bf3cc9d6..e088f71b88 100644 --- a/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp +++ b/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp @@ -19,6 +19,7 @@ #include "llvm/Target/TargetMachine.h" #include "llvm/Target/TargetInstrInfo.h" #include "llvm/Support/Debug.h" +#include <algorithm> using namespace llvm; namespace { |