mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 09:12:11 +08:00
Include missing algorithm header in parse_execution.cpp
This commit is contained in:
parent
096f850433
commit
25b25e3e49
@ -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…
x
Reference in New Issue
Block a user