commit | 18840db533de12aaabbc3b7bdce7a4d1688f323e | [log] [tgz] |
---|---|---|
author | Jeff Cohen <jeffc@jolt-lang.org> | Sun Dec 18 22:20:05 2005 +0000 |
committer | Jeff Cohen <jeffc@jolt-lang.org> | Sun Dec 18 22:20:05 2005 +0000 |
tree | 901037e1036399f27ba4516ea964e3b85f8d4aac | |
parent | cf198eca97af9a939decdc4866398bcc7b370ac6 [diff] [blame] |
Keep VC++ happy. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24835 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp index 03a0dd1..0ca2f19 100644 --- a/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp +++ b/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
@@ -26,6 +26,7 @@ #include "llvm/Support/CommandLine.h" #include "llvm/Support/Debug.h" #include <iostream> +#include <algorithm> using namespace llvm; namespace {