[llvm-commits] CVS: llvm/lib/Support/Timer.cpp
Reid Spencer
reid at x10sys.com
Sun Dec 19 19:59:34 PST 2004
Changes in directory llvm/lib/Support:
Timer.cpp updated: 1.36 -> 1.37
---
Log message:
Put some header files back that Win32 needs.
---
Diffs of the changes: (+2 -0)
Index: llvm/lib/Support/Timer.cpp
diff -u llvm/lib/Support/Timer.cpp:1.36 llvm/lib/Support/Timer.cpp:1.37
--- llvm/lib/Support/Timer.cpp:1.36 Sun Dec 19 18:59:04 2004
+++ llvm/lib/Support/Timer.cpp Sun Dec 19 21:59:23 2004
@@ -14,7 +14,9 @@
#include "llvm/Support/Timer.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/System/Process.h"
+#include <algorithm>
#include <fstream>
+#include <functional>
#include <iostream>
#include <map>
More information about the llvm-commits
mailing list