Put some header files back that Win32 needs.

llvm-svn: 19058
diff --git a/llvm/lib/Support/Timer.cpp b/llvm/lib/Support/Timer.cpp
index 01ab03d..1b2f91d 100644
--- a/llvm/lib/Support/Timer.cpp
+++ b/llvm/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>