mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Include missing algorithm
header.
`min` and `max` functions are defined here.
This commit is contained in:
@ -23,6 +23,7 @@
|
||||
#include "tools/stringTools.h"
|
||||
|
||||
#include <cassert>
|
||||
#include <algorithm>
|
||||
|
||||
namespace kiwix {
|
||||
|
||||
|
Reference in New Issue
Block a user