From 87212dd2496af3e88e50fb08de079683227ce9cd Mon Sep 17 00:00:00 2001
From: mathias <mathias>
Date: Thu, 12 May 2005 19:58:47 +0000
Subject: missing #include <typeinfo>

---
 src/ClockTool.cc | 1 +
 1 file changed, 1 insertion(+)

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 @@
   #include <time.h>
 #endif
 #include <string>
+#include <typeinfo>
 
 class ClockMenuItem: public FbTk::MenuItem {
 public:
-- 
cgit v0.11.2