From 9e667bcee29e28784e51f21f3278ce451f1391cf Mon Sep 17 00:00:00 2001 From: Kojirion Date: Sun, 2 Apr 2017 07:02:45 +0200 Subject: [PATCH] Fix missing header --- Score.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Score.cpp b/Score.cpp index fcd0071..b7afc4b 100644 --- a/Score.cpp +++ b/Score.cpp @@ -2,6 +2,7 @@ #include #include #include +#include static std::string toTwoDigits(int s){ std::string toReturn;