aboutsummaryrefslogtreecommitdiff
path: root/src/Timer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Timer.cc')
-rw-r--r--src/Timer.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Timer.cc b/src/Timer.cc
index cf2733e..876e53f 100644
--- a/src/Timer.cc
+++ b/src/Timer.cc
@@ -31,6 +31,7 @@
31#include "Timer.hh" 31#include "Timer.hh"
32#include <sys/types.h> 32#include <sys/types.h>
33#include <unistd.h> 33#include <unistd.h>
34#include <cassert>
34 35
35//static var 36//static var
36BTimer::TimerList BTimer::m_timerlist; 37BTimer::TimerList BTimer::m_timerlist;