diff options
| author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-12-18 22:20:05 +0000 |
|---|---|---|
| committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-12-18 22:20:05 +0000 |
| commit | c7cb351aaca1a524922e9ec6f95ffa5ef72c139c (patch) | |
| tree | 2edbbaec00f4132469e695fef5679c2d2fd0c1c6 | |
| parent | 2f5fb6a7208ce25696f8a97e92de8a8610692078 (diff) | |
| download | bcm5719-llvm-c7cb351aaca1a524922e9ec6f95ffa5ef72c139c.tar.gz bcm5719-llvm-c7cb351aaca1a524922e9ec6f95ffa5ef72c139c.zip | |
Keep VC++ happy.
llvm-svn: 24835
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp index 03a0dd1200c..0ca2f19d5bf 100644 --- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp +++ b/llvm/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 { |

