diff options
author | mathias <mathias> | 2005-05-12 19:58:47 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-05-12 19:58:47 (GMT) |
commit | 87212dd2496af3e88e50fb08de079683227ce9cd (patch) | |
tree | 4a901b49c1dcad661edcba4572eab2c9ba265eed /src/ClockTool.cc | |
parent | 7d1d67ca786a9a91866b147eb3a25fca6c2256b5 (diff) | |
download | fluxbox-87212dd2496af3e88e50fb08de079683227ce9cd.zip fluxbox-87212dd2496af3e88e50fb08de079683227ce9cd.tar.bz2 |
missing #include <typeinfo>
Diffstat (limited to 'src/ClockTool.cc')
-rw-r--r-- | src/ClockTool.cc | 1 |
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 | ||
50 | class ClockMenuItem: public FbTk::MenuItem { | 51 | class ClockMenuItem: public FbTk::MenuItem { |
51 | public: | 52 | public: |