From: Reid Spencer Date: Mon, 20 Dec 2004 03:59:23 +0000 (+0000) Subject: Put some header files back that Win32 needs. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=0255abb41ab1b38ccbfa92e2235b3ff7bf6430d6 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 --- 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