[llvm-commits] CVS: llvm/lib/Support/Timer.cpp

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 27 13:09:01 PST 2002


Changes in directory llvm/lib/Support:

Timer.cpp updated: 1.2 -> 1.3

---
Log message:

Add #include


---
Diffs of the changes:

Index: llvm/lib/Support/Timer.cpp
diff -u llvm/lib/Support/Timer.cpp:1.2 llvm/lib/Support/Timer.cpp:1.3
--- llvm/lib/Support/Timer.cpp:1.2	Fri Oct  4 18:57:01 2002
+++ llvm/lib/Support/Timer.cpp	Sun Oct 27 13:08:03 2002
@@ -12,6 +12,7 @@
 #include <stdio.h>
 #include <iostream>
 #include <algorithm>
+#include <functional>
 
 static TimerGroup *DefaultTimerGroup = 0;
 static TimerGroup *getDefaultTimerGroup() {





More information about the llvm-commits mailing list