reportedly fix compiling on gcc 4.4 on Solaris

This commit is contained in:
Mark Tiefenbruck 2009-10-08 00:18:43 -07:00
parent 6645688880
commit 8def80cec3

View file

@ -45,6 +45,8 @@
#include <assert.h>
#endif
#include <string.h>
namespace FbTk {
Timer::TimerList Timer::m_timerlist;