aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathias <mathias>2005-05-12 19:58:47 (GMT)
committermathias <mathias>2005-05-12 19:58:47 (GMT)
commit87212dd2496af3e88e50fb08de079683227ce9cd (patch)
tree4a901b49c1dcad661edcba4572eab2c9ba265eed
parent7d1d67ca786a9a91866b147eb3a25fca6c2256b5 (diff)
downloadfluxbox-87212dd2496af3e88e50fb08de079683227ce9cd.zip
fluxbox-87212dd2496af3e88e50fb08de079683227ce9cd.tar.bz2
missing #include <typeinfo>
-rw-r--r--src/ClockTool.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ClockTool.cc b/src/ClockTool.cc
index ce50132..709abd8 100644
--- a/src/ClockTool.cc
+++ b/src/ClockTool.cc
@@ -46,6 +46,7 @@
46 #include <time.h> 46 #include <time.h>
47#endif 47#endif
48#include <string> 48#include <string>
49#include <typeinfo>
49 50
50class ClockMenuItem: public FbTk::MenuItem { 51class ClockMenuItem: public FbTk::MenuItem {
51public: 52public: