Include missing algorithm header in parse_execution.cpp

This commit is contained in:
ridiculousfish 2014-01-12 23:52:33 -08:00
parent 096f850433
commit 25b25e3e49

View file

@ -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)