From 8b80ecd5ca7b8648edfef44c57ef6d3895734ba5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 29 Jan 2005 06:29:45 +0000 Subject: [PATCH] Fix quotes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19909 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Support/Timer.h b/include/llvm/Support/Timer.h index e73b152822c..94cac6a7ddc 100644 --- a/include/llvm/Support/Timer.h +++ b/include/llvm/Support/Timer.h @@ -15,7 +15,7 @@ #ifndef LLVM_SUPPORT_TIMER_H #define LLVM_SUPPORT_TIMER_H -#include +#include "llvm/Support/DataTypes.h" #include #include #include -- 2.34.1