Utils/Console: Fix singleton instantiation order (ServerManager / Scheduler)
[senf.git] / Utils / Logger / TimeSource.hh
index f88bb3b..ed2c490 100644 (file)
@@ -29,6 +29,7 @@
 // Custom includes
 #include <boost/cstdint.hpp>
 #include <memory>
+#include "../../Scheduler/ClockService.hh"
 
 //#include "TimeSource.mpp"
 ///////////////////////////////hh.p////////////////////////////////////////
@@ -36,7 +37,7 @@
 namespace senf {
 namespace log {
 
-    typedef boost::int_fast64_t time_type;
+    typedef ClockService::clock_type time_type;
 
     /** \brief Log message time source abstract base class