Changes in directory llvm/lib/CodeGen/SelectionDAG:

ScheduleDAG.cpp updated: 1.50 -> 1.51
---
Log message:

Keep VC++ happy.

---
Diffs of the changes:  (+1 -0)

 ScheduleDAG.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
diff -u llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp:1.50 
llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp:1.51
--- llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp:1.50  Sat Dec 17 22:40:52 2005
+++ llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp       Sun Dec 18 16:20:05 2005
@@ -26,6 +26,7 @@
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
 #include <iostream>
+#include <algorithm>
 using namespace llvm;
 
 namespace {



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to