[llvm-commits] CVS: llvm/lib/CodeGen/LiveInterval.cpp

Alkis Evlogimenos alkis at cs.uiuc.edu
Mon Sep 27 19:39:09 PDT 2004



Changes in directory llvm/lib/CodeGen:

LiveInterval.cpp updated: 1.12 -> 1.13
---
Log message:

Fix includes. Patch contributed by Paolo Invernizzi!


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

Index: llvm/lib/CodeGen/LiveInterval.cpp
diff -u llvm/lib/CodeGen/LiveInterval.cpp:1.12 llvm/lib/CodeGen/LiveInterval.cpp:1.13
--- llvm/lib/CodeGen/LiveInterval.cpp:1.12	Wed Sep  1 17:55:35 2004
+++ llvm/lib/CodeGen/LiveInterval.cpp	Mon Sep 27 21:38:58 2004
@@ -20,6 +20,7 @@
 
 #include "LiveInterval.h"
 #include "llvm/ADT/STLExtras.h"
+#include <algorithm>
 #include <iostream>
 #include <map>
 using namespace llvm;






More information about the llvm-commits mailing list