projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1b3d3d
)
Put some header files back that Win32 needs.
author
Reid Spencer
<rspencer@reidspencer.com>
Mon, 20 Dec 2004 03:59:23 +0000
(
03:59
+0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Mon, 20 Dec 2004 03:59:23 +0000
(
03:59
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19058
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Support/Timer.cpp
patch
|
blob
|
history
diff --git
a/lib/Support/Timer.cpp
b/lib/Support/Timer.cpp
index 01ab03dd2bf7f8e53d0783bfd8159ec8c53eebc7..1b2f91d03b430a6fd984017e83a3f928ee7e806f 100644
(file)
--- a/
lib/Support/Timer.cpp
+++ b/
lib/Support/Timer.cpp
@@
-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>