Changes in directory llvm/lib/CodeGen:
RegAllocLinearScan.cpp updated: 1.116 -> 1.117 --- Log message: HB is *the* code janitor. --- Diffs of the changes: (+1 -0) RegAllocLinearScan.cpp | 1 + 1 files changed, 1 insertion(+) Index: llvm/lib/CodeGen/RegAllocLinearScan.cpp diff -u llvm/lib/CodeGen/RegAllocLinearScan.cpp:1.116 llvm/lib/CodeGen/RegAllocLinearScan.cpp:1.117 --- llvm/lib/CodeGen/RegAllocLinearScan.cpp:1.116 Mon Nov 21 08:09:40 2005 +++ llvm/lib/CodeGen/RegAllocLinearScan.cpp Tue Dec 27 22:55:42 2005 @@ -30,6 +30,7 @@ #include <cmath> #include <set> #include <queue> +#include <memory> using namespace llvm; namespace { _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits