From: Chris Lattner Date: Sat, 29 Jan 2005 06:29:45 +0000 (+0000) Subject: Fix quotes. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8b80ecd5ca7b8648edfef44c57ef6d3895734ba5;p=oota-llvm.git Fix quotes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19909 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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