Include missing `algorithm` header.

`min` and `max` functions are defined here.
This commit is contained in:
Matthieu Gautier 2020-06-10 15:27:09 +02:00
parent 6c49c7ee0a
commit ff605873ed
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include "tools/stringTools.h"
#include <cassert>
#include <algorithm>
namespace kiwix {