Remove core-comm dependency through CounterManager/timex in core/oam subsystem. Basic...
[anna.git] / include / anna / core / util / Second.hpp
index 89fc062..546303e 100644 (file)
@@ -53,7 +53,7 @@ class Microsecond;
 class Second {
 public:
 #ifdef __anna64__
-  typedef Integer64 type_t;
+  typedef S64 type_t;
 #else
   typedef int type_t;
 #endif