diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-06 12:21:18 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-06 12:21:27 -0700 |
commit | f278a15d218852980691f4b77fb8ac6a5fe52e4d (patch) | |
tree | 516c3f6b9ac1cc253fcdf931b00cdb0375daea46 /cpp/021call | |
parent | 730b03bd75f67053eefee312650f383ad11555ee (diff) | |
download | mu-f278a15d218852980691f4b77fb8ac6a5fe52e4d.tar.gz |
1027 - reorg includes
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; |