diff options
Diffstat (limited to 'include/llvm/Support/Timer.h')
-rw-r--r-- | include/llvm/Support/Timer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/Support/Timer.h b/include/llvm/Support/Timer.h index e89f32f..40ab643 100644 --- a/include/llvm/Support/Timer.h +++ b/include/llvm/Support/Timer.h @@ -29,6 +29,8 @@ #include <vector> #include <iosfwd> +#include <assert.h> + class TimerGroup; class Timer { |