From 2cc2ab96e0c76ef7445c9221d8138a439112834d Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Sat, 29 Jan 2005 06:27:16 +0000 Subject: [PATCH] Unbreak VC++ build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19908 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Timer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/Support/Timer.h b/include/llvm/Support/Timer.h index 3af688c863f..e73b152822c 100644 --- a/include/llvm/Support/Timer.h +++ b/include/llvm/Support/Timer.h @@ -15,6 +15,7 @@ #ifndef LLVM_SUPPORT_TIMER_H #define LLVM_SUPPORT_TIMER_H +#include #include #include #include -- 2.34.1