From c960c9bad3578045e4df31d16e807a63685485ef Mon Sep 17 00:00:00 2001 From: Tornadia <32970897+tornadia@users.noreply.github.com> Date: Sun, 29 Dec 2024 18:27:52 +0100 Subject: [PATCH] Update stats.h - Fixes compile issue on linux --- src/framework/util/stats.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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