diff options
Diffstat (limited to 'src/ClockTool.hh')
-rw-r--r-- | src/ClockTool.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ClockTool.hh b/src/ClockTool.hh index d55bf5f..7e29bd5 100644 --- a/src/ClockTool.hh +++ b/src/ClockTool.hh | |||
@@ -32,6 +32,7 @@ | |||
32 | #include "FbTk/Observer.hh" | 32 | #include "FbTk/Observer.hh" |
33 | #include "FbTk/Resource.hh" | 33 | #include "FbTk/Resource.hh" |
34 | #include "FbTk/Timer.hh" | 34 | #include "FbTk/Timer.hh" |
35 | #include "FbTk/FbString.hh" | ||
35 | 36 | ||
36 | #include <string> | 37 | #include <string> |
37 | 38 | ||
@@ -83,6 +84,7 @@ private: | |||
83 | 84 | ||
84 | FbTk::Resource<std::string> m_timeformat; | 85 | FbTk::Resource<std::string> m_timeformat; |
85 | 86 | ||
87 | FbTk::StringConvertor m_stringconvertor; | ||
86 | }; | 88 | }; |
87 | 89 | ||
88 | #endif // CLOCKTOOL_HH | 90 | #endif // CLOCKTOOL_HH |