From 41114c90af0bcea20d8cca8a95875f2212a4453c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 29 Jan 2005 06:29:45 +0000 Subject: [PATCH] Fix quotes. llvm-svn: 19909 --- 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