diff options
author | John Fultz <jfultz@wolfram.com> | 2014-08-24 20:27:59 -0700 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2014-08-24 20:27:59 -0700 |
commit | 1f1bcc95fda38949662a5254d7663e131b08c3b2 (patch) | |
tree | b84e4a989cb67fb67ecea3b4bbb942bfaf94a54f | |
parent | 013db5c0f2e6fb21c04fb415ed887b13769d1684 (diff) |
Fix missing header which breaks Linux build
-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" |