Add missing #include <algorithm>

This commit is contained in:
2018-09-07 19:37:22 +02:00
parent 692a37651d
commit 4b59582568
3 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
#include "common.h"
#include <stdex/idrec.h>
#include <algorithm>
#include <istream>
#include <map>
#include <ostream>