mirror of https://github.com/kiwix/libkiwix.git
Merge pull request #366 from kiwix/fix_build_windows
Include missing `algorithm` header.
This commit is contained in:
commit
14af7b756e
|
@ -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