From a3c04a78345b529c13b351ec202dee95dce0d5be Mon Sep 17 00:00:00 2001 From: Parsa Noori Date: Mon, 13 Jul 2026 16:01:45 +0330 Subject: [PATCH] added cstdint header --- src/medida/stats/snapshot.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/medida/stats/snapshot.h b/src/medida/stats/snapshot.h index 5ee8806..84d8a12 100644 --- a/src/medida/stats/snapshot.h +++ b/src/medida/stats/snapshot.h @@ -9,6 +9,7 @@ #include #include +#include namespace medida { namespace stats {