diff options
| author | Maxime Coste <mawww@kakoune.org> | 2019-12-02 10:06:32 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-02 10:06:32 +1100 |
| commit | 0749ec9b9d7b52b1fa3cac47f57e7d019f2582a4 (patch) | |
| tree | e09dae9143a2b382674891b6fdde5a8b5b1aab60 /src | |
| parent | 2623366514d64b23c3fb6f6237396eec49a310b6 (diff) | |
| parent | 63092d12c0f1a1460189cbaacdb1d9f27f935e0e (diff) | |
Merge pull request #3236 from lenormf/fix-build-diff
src: Fix the build on Mac
Diffstat (limited to 'src')
| -rw-r--r-- | src/diff.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/diff.hh b/src/diff.hh index 0205ef73..2e719669 100644 --- a/src/diff.hh +++ b/src/diff.hh @@ -7,6 +7,7 @@ #include "array_view.hh" +#include <algorithm> #include <functional> #include <iterator> #include <memory> |
