aboutsummaryrefslogtreecommitdiffstats
path: root/extractInterface.pl
diff options
context:
space:
mode:
Diffstat (limited to 'extractInterface.pl')
-rw-r--r--extractInterface.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/extractInterface.pl b/extractInterface.pl
index c0510ee8..c1b1e6b5 100644
--- a/extractInterface.pl
+++ b/extractInterface.pl
@@ -76,6 +76,7 @@ close(F);
my $class = "public interface $oclass";
if ($lazy) {
$class .= "<T> extends LazyBase<T>" if ($lazy);
+ $head .= "import com.google.gwt.query.client.GQuery.*;\n";
$head .= "import com.google.gwt.query.client.LazyBase;\n\n";
}