From be583b914d8156b99d3da264d5adca37fee8dbc9 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Wed, 11 Jun 2003 14:01:36 +0000 Subject: Included assert.h so that the code compiles under newer versions of GCC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6682 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Timer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/llvm/Support/Timer.h') diff --git a/include/llvm/Support/Timer.h b/include/llvm/Support/Timer.h index e89f32feab..40ab643928 100644 --- a/include/llvm/Support/Timer.h +++ b/include/llvm/Support/Timer.h @@ -29,6 +29,8 @@ #include #include +#include + class TimerGroup; class Timer { -- cgit v1.2.3