#ifndef CHRONOLOGY_H #define CHRONOLOGY_H #include using TickDuration = std::chrono::duration; #endif