aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse_execution.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-01-12 23:52:33 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-01-12 23:52:33 -0800
commit25b25e3e49b0489f35458370b8422b10e24db422 (patch)
tree85f64528cd43c7d2b5e8343407e7e74253c03b64 /parse_execution.cpp
parent096f8504335577d05392436ddcffd5bceabef6d4 (diff)
Include missing algorithm header in parse_execution.cpp
Diffstat (limited to 'parse_execution.cpp')
-rw-r--r--parse_execution.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse_execution.cpp b/parse_execution.cpp
index 518ff479..70454d15 100644
--- a/parse_execution.cpp
+++ b/parse_execution.cpp
@@ -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)