From 13ba2f319293b4a77b84c52bc85c80f93bb3e859 Mon Sep 17 00:00:00 2001 From: jnthn Date: Thu, 30 Jul 2009 00:54:20 +0200 Subject: [PATCH] Oops, forgot a file in the last commit. --- perl6.pir | 1 + 1 file changed, 1 insertion(+) diff --git a/perl6.pir b/perl6.pir index 719e53bf985..3c43628cefa 100644 --- a/perl6.pir +++ b/perl6.pir @@ -464,6 +464,7 @@ Currently this does the equivalent of EXPORTALL on the core namespaces. ## This goes at the bottom because the methods end up in the 'parrot' ## HLL namespace. .HLL 'parrot' +.include 'src/parrot/P6Invocation.pir' .include 'src/parrot/P6role.pir' .include 'src/parrot/Protoobject.pir' .include 'src/parrot/misc.pir'