summaryrefslogtreecommitdiff
path: root/reporter.cpp
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2014-08-24 20:27:59 -0700
committerJohn Fultz <jfultz@wolfram.com>2014-08-24 20:27:59 -0700
commit1f1bcc95fda38949662a5254d7663e131b08c3b2 (patch)
treeb84e4a989cb67fb67ecea3b4bbb942bfaf94a54f /reporter.cpp
parent013db5c0f2e6fb21c04fb415ed887b13769d1684 (diff)
Fix missing header which breaks Linux build
Diffstat (limited to 'reporter.cpp')
-rw-r--r--reporter.cpp1
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"