Add CFCPyMethod and CFCPyClass to CFC.h.
Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/a1580037 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/a1580037 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/a1580037 Branch: refs/heads/master Commit: a15800378cb8f27b2a572961d67fc833a136ea08 Parents: 49972c1 Author: Marvin Humphrey <[email protected]> Authored: Mon Feb 1 18:17:59 2016 -0800 Committer: Marvin Humphrey <[email protected]> Committed: Wed Feb 24 15:20:39 2016 -0800 ---------------------------------------------------------------------- compiler/include/CFC.h | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/a1580037/compiler/include/CFC.h ---------------------------------------------------------------------- diff --git a/compiler/include/CFC.h b/compiler/include/CFC.h index 1bdc968..fdd34c8 100644 --- a/compiler/include/CFC.h +++ b/compiler/include/CFC.h @@ -58,6 +58,8 @@ #include "CFCPerlTypeMap.h" #include "CFCPython.h" +#include "CFCPyClass.h" +#include "CFCPyMethod.h" #include "CFCRuby.h"
