aboutsummaryrefslogtreecommitdiff
path: root/src/Timer.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-05-17 16:32:33 (GMT)
committerfluxgen <fluxgen>2002-05-17 16:32:33 (GMT)
commitddabec794c5875fc33d06ec370eab0099eaac99b (patch)
tree7a5254754f38c86465d58174f37dd1d5b55ef010 /src/Timer.cc
parent160485f469e90d18280396bb5d38d217a8964bea (diff)
downloadfluxbox-ddabec794c5875fc33d06ec370eab0099eaac99b.zip
fluxbox-ddabec794c5875fc33d06ec370eab0099eaac99b.tar.bz2
added cassert include
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;