/* ------------------------------------------- Copyright (C) 2025, Amlal El Mahrouss, all rights reserved. ------------------------------------------- */ #ifndef BENCHKIT_CHRONO_H #define BENCHKIT_CHRONO_H #include namespace Kernel { class ChronoInterface; } // namespace Kernel #endif // BENCHKIT_CHRONO_H