mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
Fix the build by including <algorithm> header
This commit is contained in:
parent
503bbd85b5
commit
f733dc5eae
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@
|
|||
#include "output.h"
|
||||
#include "intern.h"
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
||||
#define DEFAULT_TERM L"ansi"
|
||||
|
||||
|
|
Loading…
Reference in a new issue