diff options
author | fluxgen <fluxgen> | 2002-05-17 16:32:33 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-05-17 16:32:33 (GMT) |
commit | ddabec794c5875fc33d06ec370eab0099eaac99b (patch) | |
tree | 7a5254754f38c86465d58174f37dd1d5b55ef010 /src/Timer.cc | |
parent | 160485f469e90d18280396bb5d38d217a8964bea (diff) | |
download | fluxbox_pavel-ddabec794c5875fc33d06ec370eab0099eaac99b.zip fluxbox_pavel-ddabec794c5875fc33d06ec370eab0099eaac99b.tar.bz2 |
added cassert include
Diffstat (limited to 'src/Timer.cc')
-rw-r--r-- | src/Timer.cc | 1 |
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 |
36 | BTimer::TimerList BTimer::m_timerlist; | 37 | BTimer::TimerList BTimer::m_timerlist; |