about summary refs log tree commit diff stats
path: root/057static_dispatch.cc
diff options
context:
space:
mode:
Diffstat (limited to '057static_dispatch.cc')
-rw-r--r--057static_dispatch.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/057static_dispatch.cc b/057static_dispatch.cc
index bc699bcb..dc2e4cb5 100644
--- a/057static_dispatch.cc
+++ b/057static_dispatch.cc
@@ -457,3 +457,8 @@ recipe foo a:boolean -> b:number [
 ]
 +error: main: missing type for x in 'y:number <- foo x'
 +error: main: failed to find a matching call for 'y:number <- foo x'
+
+:(before "End Includes")
+using std::min;
+using std::max;
+using std::abs;