From 25b25e3e49b0489f35458370b8422b10e24db422 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 12 Jan 2014 23:52:33 -0800 Subject: [PATCH] Include missing algorithm header in parse_execution.cpp --- parse_execution.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/parse_execution.cpp b/parse_execution.cpp index 518ff479a..70454d15e 100644 --- a/parse_execution.cpp +++ b/parse_execution.cpp @@ -18,6 +18,7 @@ #include "wutil.h" #include "exec.h" #include "path.h" +#include /* These are the specific statement types that support redirections */ static bool specific_statement_type_is_redirectable_block(const parse_node_t &node)