mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
Include algorithm header so we can build on Linux
This commit is contained in:
parent
3aeadd9fb7
commit
675106cfa5
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
#include <signal.h>
|
||||
#include <wchar.h>
|
||||
#include <pthread.h>
|
||||
#include <algorithm>
|
||||
|
||||
#include "fallback.h"
|
||||
#include "util.h"
|
||||
|
|
Loading…
Reference in a new issue