mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-24 07:53:41 +03:00
src: Fix the build on Mac
When compiled on Mac with `clang`, the following error occurs at compile-time: ``` ./diff.hh:56:28: error: no member named 'min' in namespace 'std' const int max_D = std::min((M + N + 1) / 2 + 1, cost_limit); ~~~~~^ ```
This commit is contained in:
parent
2623366514
commit
63092d12c0
@ -7,6 +7,7 @@
|
||||
|
||||
#include "array_view.hh"
|
||||
|
||||
#include <algorithm>
|
||||
#include <functional>
|
||||
#include <iterator>
|
||||
#include <memory>
|
||||
|
Loading…
Reference in New Issue
Block a user