Merge pull request #366 from kiwix/fix_build_windows

Include missing `algorithm` header.
This commit is contained in:
Matthieu Gautier 2020-06-10 16:00:36 +02:00 committed by GitHub
commit 14af7b756e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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