diff options
Diffstat (limited to 'llvm/include/Support/Timer.h')
| -rw-r--r-- | llvm/include/Support/Timer.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 <iosfwd> #include <cassert> +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 |

