src/heatmap.h

changeset 54
586dcd606e47
parent 44
de22ded6d50a
--- a/src/heatmap.h	Fri Jun 20 17:15:18 2025 +0200
+++ b/src/heatmap.h	Sat Jun 28 11:32:08 2025 +0200
@@ -31,6 +31,7 @@
 #include <chrono>
 
 #include "settings.h"
+#include "commit-data.h"
 
 namespace fm {
 
@@ -42,7 +43,7 @@
             std::string, // author
             std::map<
                 std::chrono::year_month_day, // date
-                unsigned int // commits
+                commits
     >>> m_heatmap;
     std::string m_current_repo = "All Repositories";
 public:

mercurial