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