diff --git a/src/framework/util/stats.h b/src/framework/util/stats.h index 8b280384..6d459f47 100644 --- a/src/framework/util/stats.h +++ b/src/framework/util/stats.h @@ -7,6 +7,7 @@ #include #include #include +#include #include #include @@ -125,4 +126,4 @@ class AutoStat { std::chrono::high_resolution_clock::time_point m_timePoint; }; -#endif \ No newline at end of file +#endif