Changes in directory llvm/lib/CodeGen/SelectionDAG:
ScheduleDAGSimple.cpp updated: 1.4 -> 1.5 --- Log message: Fix VC++ compilation error. --- Diffs of the changes: (+1 -0) ScheduleDAGSimple.cpp | 1 + 1 files changed, 1 insertion(+) Index: llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp diff -u llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp:1.4 llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp:1.5 --- llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp:1.4 Mon Jan 23 02:25:34 2006 +++ llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp Mon Jan 23 22:43:17 2006 @@ -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 { _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits