diff --git a/src/PlayerStageStats.cpp b/src/PlayerStageStats.cpp index 247f4cd4d1..09119d444d 100644 --- a/src/PlayerStageStats.cpp +++ b/src/PlayerStageStats.cpp @@ -11,6 +11,8 @@ #include "PrefsManager.h" #include "CommonMetrics.h" +#include + #define GRADE_PERCENT_TIER(i) THEME->GetMetricF("PlayerStageStats",ssprintf("GradePercent%s",GradeToString((Grade)i).c_str())) // deprecated, but no solution to replace them exists yet: #define GRADE_TIER02_IS_ALL_W2S THEME->GetMetricB("PlayerStageStats","GradeTier02IsAllW2s")