diff options
Diffstat (limited to 'cpp/021call')
-rw-r--r-- | cpp/021call | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/021call b/cpp/021call index 79f86183..d84912c2 100644 --- a/cpp/021call +++ b/cpp/021call @@ -71,3 +71,7 @@ while (running_at(rr) >= steps(rr).size()) { // todo: no results returned warning ++running_at(rr); } + +:(before "End Includes") +#include <stack> +using std::stack; |