From 274b4a3845866dc0c6d51c11090c69068b9941c3 Mon Sep 17 00:00:00 2001 From: Eric Dobson Date: Thu, 16 Aug 2012 23:17:29 -0700 Subject: [PATCH] Add back template require. original commit: 020d053e0ae00d04bf00affb4e1b97a70a39749f --- collects/typed-racket/typecheck/tc-app.rkt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/typed-racket/typecheck/tc-app.rkt b/collects/typed-racket/typecheck/tc-app.rkt index abc99e31..90bae0c7 100644 --- a/collects/typed-racket/typecheck/tc-app.rkt +++ b/collects/typed-racket/typecheck/tc-app.rkt @@ -5,7 +5,8 @@ syntax/parse racket/match (typecheck signatures check-below tc-funapp) (types utils abbrev) - (rep type-rep filter-rep object-rep rep-utils)) + (rep type-rep filter-rep object-rep rep-utils) + (for-template racket/base)) (import tc-expr^ tc-app-keywords^ tc-app-hetero^ tc-app-list^ tc-app-apply^ tc-app-values^