diff options
-rw-r--r-- | reporter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/reporter.cpp b/reporter.cpp index c471c9d..79534e5 100644 --- a/reporter.cpp +++ b/reporter.cpp @@ -20,6 +20,7 @@ #include <iomanip> #include <iostream> +#include <algorithm> #include "alphabetparameters.h" #include "computerplayer.h" |