mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 22:21:15 -03:00
Include missing algorithm header in parse_execution.cpp
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
#include "wutil.h"
|
#include "wutil.h"
|
||||||
#include "exec.h"
|
#include "exec.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
/* These are the specific statement types that support redirections */
|
/* These are the specific statement types that support redirections */
|
||||||
static bool specific_statement_type_is_redirectable_block(const parse_node_t &node)
|
static bool specific_statement_type_is_redirectable_block(const parse_node_t &node)
|
||||||
|
|||||||
Reference in New Issue
Block a user