diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-20 03:59:23 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-20 03:59:23 +0000 |
commit | 0255abb41ab1b38ccbfa92e2235b3ff7bf6430d6 (patch) | |
tree | 1b9226a61917c933757c5af1ac2ee8ec2ad8a453 /lib/Support/Timer.cpp | |
parent | a1b3d3d24cebeaa98fb7e2c2280b8fe4e1476761 (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.cpp | 2 |
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> |