aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-04 19:49:40 -0600
committerSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-04 19:58:30 -0600
commit5abc685b47c7ebd9e8713c087f8c4f00d9c27396 (patch)
tree56287dde3681a86103709239f71a76207dec4cd7 /include
parent4d02cc8d680f4e069de0dddc8558ff9186153d59 (diff)
Sort case evidence numerically before adding in
inventories get displayed lexigraphically too but it is assumed to not matter
Diffstat (limited to 'include')
-rw-r--r--include/courtroom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/courtroom.h b/include/courtroom.h
index f05b15ac..4e8d86f7 100644
--- a/include/courtroom.h
+++ b/include/courtroom.h
@@ -58,6 +58,7 @@
#include <QTextCharFormat>
//#include <QRandomGenerator>
+#include <algorithm>
#include <stack>
class AOApplication;