aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Timer.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-20 03:59:23 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-20 03:59:23 +0000
commit0255abb41ab1b38ccbfa92e2235b3ff7bf6430d6 (patch)
tree1b9226a61917c933757c5af1ac2ee8ec2ad8a453 /lib/Support/Timer.cpp
parenta1b3d3d24cebeaa98fb7e2c2280b8fe4e1476761 (diff)
Put some header files back that Win32 needs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19058 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Timer.cpp')
-rw-r--r--lib/Support/Timer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Support/Timer.cpp b/lib/Support/Timer.cpp
index 01ab03dd2b..1b2f91d03b 100644
--- 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>