diff -r 38e1d4383262 -r c40a9d94442d lemon/base.cc --- a/lemon/base.cc Sun May 06 17:18:39 2012 +0200 +++ b/lemon/base.cc Tue Jun 05 12:06:28 2012 +0200 @@ -21,6 +21,7 @@ #include #include +#include namespace lemon { float Tolerance::def_epsilon = static_cast(1e-4); @@ -31,4 +32,6 @@ const Invalid INVALID = Invalid(); #endif + TimeStamp::Format TimeStamp::_format = TimeStamp::NORMAL; + } //namespace lemon