From 960707c335b85fa0df0bff6400fd4e5f19ac0df4 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Tue, 11 Nov 2003 22:41:34 +0000 Subject: Put all LLVM code into the llvm namespace, as per bug 109. llvm-svn: 9903 --- llvm/include/Support/Timer.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'llvm/include/Support/Timer.h') diff --git a/llvm/include/Support/Timer.h b/llvm/include/Support/Timer.h index 57ef3f0d648..ac465bb95b2 100644 --- a/llvm/include/Support/Timer.h +++ b/llvm/include/Support/Timer.h @@ -20,6 +20,8 @@ #include #include +namespace llvm { + class TimerGroup; /// Timer - This class is used to track the amount of time spent between @@ -157,4 +159,6 @@ private: } }; +} // End llvm namespace + #endif -- cgit v1.2.3