mirror of https://github.com/kiwix/libkiwix.git
Include missing `algorithm` header.
`min` and `max` functions are defined here.
This commit is contained in:
parent
6c49c7ee0a
commit
ff605873ed
|
@ -23,6 +23,7 @@
|
||||||
#include "tools/stringTools.h"
|
#include "tools/stringTools.h"
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
namespace kiwix {
|
namespace kiwix {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue