about summary refs log tree commit diff stats
path: root/cpp/021call
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-06 12:21:18 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-06 12:21:27 -0700
commitf278a15d218852980691f4b77fb8ac6a5fe52e4d (patch)
tree516c3f6b9ac1cc253fcdf931b00cdb0375daea46 /cpp/021call
parent730b03bd75f67053eefee312650f383ad11555ee (diff)
downloadmu-f278a15d218852980691f4b77fb8ac6a5fe52e4d.tar.gz
1027 - reorg includes
Diffstat (limited to 'cpp/021call')
-rw-r--r--cpp/021call4
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;