[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
Jeff Cohen
jeffc at jolt-lang.org
Sun Dec 18 14:20:16 PST 2005
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 {
More information about the llvm-commits
mailing list