about summary refs log tree commit diff stats
path: root/cpp/021call
diff options
context:
space:
mode:
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;