mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
Include missing algorithm header in parse_execution.cpp
This commit is contained in:
parent
096f850433
commit
25b25e3e49
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
#include "wutil.h"
|
||||
#include "exec.h"
|
||||
#include "path.h"
|
||||
#include <algorithm>
|
||||
|
||||
/* These are the specific statement types that support redirections */
|
||||
static bool specific_statement_type_is_redirectable_block(const parse_node_t &node)
|
||||
|
|
Loading…
Reference in a new issue