From 0255abb41ab1b38ccbfa92e2235b3ff7bf6430d6 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 20 Dec 2004 03:59:23 +0000 Subject: [PATCH] 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 --- lib/Support/Timer.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Support/Timer.cpp b/lib/Support/Timer.cpp index 01ab03dd2bf..1b2f91d03b4 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 #include +#include #include #include -- 2.34.1